org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
Interface JavaImplementationCS

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
LibIterationCS, LibOperationCS, LibPropertyCS
All Known Implementing Classes:
LibIterationCSImpl, LibOperationCSImpl, LibPropertyCSImpl

public interface JavaImplementationCS
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Java Implementation CS'.

The following features are supported:

See Also:
OCLstdlibCSTPackage.getJavaImplementationCS()
Generated
Model
interface="true" abstract="true"

Method Summary
 org.eclipse.xtext.common.types.JvmType getImplementation()
          Returns the value of the 'Implementation' reference.
 void setImplementation(org.eclipse.xtext.common.types.JvmType value)
          Sets the value of the 'Implementation' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getImplementation

org.eclipse.xtext.common.types.JvmType getImplementation()
Returns the value of the 'Implementation' reference.

If the meaning of the 'Implementation' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Implementation' reference.
See Also:
setImplementation(JvmType), OCLstdlibCSTPackage.getJavaImplementationCS_Implementation()
Generated
Model

setImplementation

void setImplementation(org.eclipse.xtext.common.types.JvmType value)
Sets the value of the 'Implementation' reference.

Parameters:
value - the new value of the 'Implementation' reference.
See Also:
getImplementation()
Generated