org.eclipse.ocl.examples.xtext.base.baseCST
Interface ModelElementCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Subinterfaces:
AnnotationCS, AnnotationElementCS, AttributeCS, BinaryOperatorCS, BodyCS, BooleanLiteralExpCS, ClassCS, ClassifierContextDeclCS, ClassifierCS, CollectionLiteralExpCS, CollectionLiteralPartCS, CollectionTypeCS, CollectionTypeRefCS, CompleteOCLDocumentCS, ConstraintCS, ContextConstraintCS, ContextCS, ContextDeclCS, ContextSpecificationCS, DataTypeCS, DecoratedNamedExpCS, DefCS, DerCS, DetailCS, DocumentationCS, EnumerationCS, EnumerationLiteralCS, ExpCS, ExpSpecificationCS, FeatureContextDeclCS, FeatureCS, IfExpCS, ImportCS, IncludeCS, IndexExpCS, InfixExpCS, InitCS, InvalidLiteralExpCS, InvCS, LambdaTypeCS, LetExpCS, LetVariableCS, LibClassCS, LibConstraintCS, LibIterationCS, LibOperationCS, LibPropertyCS, LibraryCS, LibRootPackageCS, LiteralExpCS, MonikeredElementCS, NamedElementCS, NamedExpCS, NameExpCS, NamespaceCS, NavigatingArgCS, NavigatingExpCS, NavigationOperatorCS, NestedExpCS, NullLiteralExpCS, NumberLiteralExpCS, OCLinEcoreConstraintCS, OCLinEcoreSpecificationCS, OclMessageArgCS, OperationContextDeclCS, OperationCS, OperatorCS, PackageCS, PackageDeclarationCS, ParameterableElementCS, ParameterCS, PostCS, PrecedenceCS, PreCS, PreExpCS, PrefixExpCS, PrimitiveLiteralExpCS, PrimitiveTypeRefCS, PropertyContextDeclCS, ReferenceCS, RootCS, RootPackageCS, SelfExpCS, SimpleNamedExpCS, SpecificationCS, StringLiteralExpCS, StructuralFeatureCS, TemplateableElementCS, TemplateBindingCS, TemplateParameterCS, TemplateParameterSubstitutionCS, TemplateSignatureCS, TupleLiteralExpCS, TupleLiteralPartCS, TuplePartCS, TupleTypeCS, TypeCS, TypedElementCS, TypedRefCS, TypedTypeRefCS, TypeLiteralExpCS, TypeNameExpCS, TypeParameterCS, TypeRefCS, UnaryOperatorCS, UnlimitedNaturalLiteralExpCS, VariableCS, WildcardTypeRefCS
All Known Implementing Classes:
AnnotationCSImpl, AnnotationElementCSImpl, AttributeCSImpl, BinaryOperatorCSImpl, BodyCSImpl, BooleanLiteralExpCSImpl, ClassCSImpl, ClassifierContextDeclCSImpl, ClassifierCSImpl, CollectionLiteralExpCSImpl, CollectionLiteralPartCSImpl, CollectionTypeCSImpl, CollectionTypeRefCSImpl, CompleteOCLDocumentCSImpl, ConstraintCSImpl, ContextConstraintCSImpl, ContextCSImpl, ContextDeclCSImpl, ContextSpecificationCSImpl, DataTypeCSImpl, DecoratedNamedExpCSImpl, DefCSImpl, DerCSImpl, DetailCSImpl, DocumentationCSImpl, EnumerationCSImpl, EnumerationLiteralCSImpl, ExpCSImpl, ExpSpecificationCSImpl, FeatureContextDeclCSImpl, IfExpCSImpl, ImportCSImpl, IncludeCSImpl, IndexExpCSImpl, InfixExpCSImpl, InitCSImpl, InvalidLiteralExpCSImpl, InvCSImpl, LambdaTypeCSImpl, LetExpCSImpl, LetVariableCSImpl, LibClassCSImpl, LibConstraintCSImpl, LibIterationCSImpl, LibOperationCSImpl, LibPropertyCSImpl, LibraryCSImpl, LibRootPackageCSImpl, LiteralExpCSImpl, ModelElementCSImpl, MonikeredElementCSImpl, NamedElementCSImpl, NameExpCSImpl, NavigatingArgCSImpl, NavigatingExpCSImpl, NavigationOperatorCSImpl, NestedExpCSImpl, NullLiteralExpCSImpl, NumberLiteralExpCSImpl, OCLinEcoreConstraintCSImpl, OCLinEcoreSpecificationCSImpl, OclMessageArgCSImpl, OperationContextDeclCSImpl, OperationCSImpl, OperatorCSImpl, PackageCSImpl, PackageDeclarationCSImpl, ParameterCSImpl, PostCSImpl, PrecedenceCSImpl, PreCSImpl, PreExpCSImpl, PrefixExpCSImpl, PrimitiveLiteralExpCSImpl, PrimitiveTypeRefCSImpl, PropertyContextDeclCSImpl, ReferenceCSImpl, RootPackageCSImpl, SelfExpCSImpl, SpecificationCSImpl, StringLiteralExpCSImpl, StructuralFeatureCSImpl, TemplateBindingCSImpl, TemplateParameterCSImpl, TemplateParameterSubstitutionCSImpl, TemplateSignatureCSImpl, TupleLiteralExpCSImpl, TupleLiteralPartCSImpl, TuplePartCSImpl, TupleTypeCSImpl, TypedElementCSImpl, TypedRefCSImpl, TypedTypeRefCSImpl, TypeLiteralExpCSImpl, TypeNameExpCSImpl, TypeParameterCSImpl, TypeRefCSImpl, UnaryOperatorCSImpl, UnlimitedNaturalLiteralExpCSImpl, VariableCSImpl, WildcardTypeRefCSImpl

public interface ModelElementCS
extends ElementCS, Pivotable

A representation of the model object 'Model Element CS'.

The following features are supported:

See Also:
BaseCSTPackage.getModelElementCS()
Generated
Model
abstract="true" superTypes="org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS org.eclipse.ocl.examples.pivot.Pivotable"

Method Summary
 java.lang.String getOriginalXmiId()
          Returns the value of the 'Original Xmi Id' attribute.
 org.eclipse.emf.common.util.EList<AnnotationElementCS> getOwnedAnnotation()
          Returns the value of the 'Owned Annotation' containment reference list.
 Element getPivot()
          Returns the value of the 'Pivot' reference.
 void setOriginalXmiId(java.lang.String value)
          Sets the value of the 'Original Xmi Id' attribute.
 void setPivot(Element value)
          Sets the value of the 'Pivot' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
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

getOwnedAnnotation

org.eclipse.emf.common.util.EList<AnnotationElementCS> getOwnedAnnotation()
Returns the value of the 'Owned Annotation' containment reference list. The list contents are of type AnnotationElementCS.

If the meaning of the 'Owned Annotation' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Annotation' containment reference list.
See Also:
BaseCSTPackage.getModelElementCS_OwnedAnnotation()
Generated
Model
containment="true"

getPivot

Element getPivot()
Returns the value of the 'Pivot' reference.

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

Specified by:
getPivot in interface Pivotable
Returns:
the value of the 'Pivot' reference.
See Also:
setPivot(Element), BaseCSTPackage.getModelElementCS_Pivot()
Generated
Model
resolveProxies="false" transient="true"

setPivot

void setPivot(Element value)
Sets the value of the 'Pivot' reference.

Parameters:
value - the new value of the 'Pivot' reference.
See Also:
getPivot()
Generated

getOriginalXmiId

java.lang.String getOriginalXmiId()
Returns the value of the 'Original Xmi Id' attribute.

If the meaning of the 'Original Xmi Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Original Xmi Id' attribute.
See Also:
setOriginalXmiId(String), BaseCSTPackage.getModelElementCS_OriginalXmiId()
Generated
Model
transient="true"

setOriginalXmiId

void setOriginalXmiId(java.lang.String value)
Sets the value of the 'Original Xmi Id' attribute.

Parameters:
value - the new value of the 'Original Xmi Id' attribute.
See Also:
getOriginalXmiId()
Generated