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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Subinterfaces:
AnnotationCS, AnnotationElementCS, AttributeCS, BinaryOperatorCS, BodyCS, BooleanLiteralExpCS, ClassCS, ClassifierContextDeclCS, ClassifierCS, CollectionLiteralExpCS, CollectionLiteralPartCS, CompleteOCLDocumentCS, ConstraintCS, ConstructorExpCS, ConstructorPartCS, ContextConstraintCS, ContextCS, ContextDeclCS, ContextSpecificationCS, DataTypeCS, DefCS, DefFeatureCS, DefOperationCS, DefPropertyCS, DerCS, DetailCS, DocumentationCS, EnumerationCS, EnumerationLiteralCS, ExpCS, ExpSpecificationCS, FeatureContextDeclCS, FeatureCS, IfExpCS, ImportCS, IncludeCS, IndexExpCS, InfixExpCS, InitCS, InvalidLiteralExpCS, InvCS, InvocationExpCS, LetExpCS, LetVariableCS, LibClassCS, LibConstraintCS, LibIterationCS, LibOperationCS, LibPropertyCS, LibraryCS, LibRootPackageCS, LiteralExpCS, NamedElementCS, NamedExpCS, NameExpCS, NamespaceCS, NavigatingArgCS, NavigationOperatorCS, NestedExpCS, NullLiteralExpCS, NumberLiteralExpCS, OCLinEcoreConstraintCS, OCLinEcoreSpecificationCS, OCLMessageArgCS, OperationContextDeclCS, OperationCS, OperatorCS, PackageCS, PackageDeclarationCS, ParameterCS, PathNameDeclCS, PostCS, PrecedenceCS, PreCS, PrefixExpCS, PrimitiveLiteralExpCS, PropertyContextDeclCS, ReferenceCS, RootCS, RootPackageCS, SelfExpCS, SpecificationCS, StringLiteralExpCS, StructuralFeatureCS, TemplateParameterCS, TemplateParameterSubstitutionCS, TemplateSignatureCS, TupleLiteralExpCS, TupleLiteralPartCS, TuplePartCS, TypeCS, TypedElementCS, TypeLiteralExpCS, TypeParameterCS, UnaryOperatorCS, UnlimitedNaturalLiteralExpCS, VariableCS
All Known Implementing Classes:
AnnotationCSImpl, AnnotationElementCSImpl, AttributeCSImpl, BinaryOperatorCSImpl, BodyCSImpl, BooleanLiteralExpCSImpl, ClassCSImpl, ClassifierContextDeclCSImpl, ClassifierCSImpl, CollectionLiteralExpCSImpl, CollectionLiteralPartCSImpl, CompleteOCLDocumentCSImpl, ConstraintCSImpl, ConstructorExpCSImpl, ConstructorPartCSImpl, ContextConstraintCSImpl, ContextCSImpl, ContextDeclCSImpl, ContextSpecificationCSImpl, DataTypeCSImpl, DefCSImpl, DefFeatureCSImpl, DefOperationCSImpl, DefPropertyCSImpl, DerCSImpl, DetailCSImpl, DocumentationCSImpl, EnumerationCSImpl, EnumerationLiteralCSImpl, ExpCSImpl, ExpSpecificationCSImpl, FeatureContextDeclCSImpl, IfExpCSImpl, ImportCSImpl, IncludeCSImpl, IndexExpCSImpl, InfixExpCSImpl, InitCSImpl, InvalidLiteralExpCSImpl, InvCSImpl, InvocationExpCSImpl, LetExpCSImpl, LetVariableCSImpl, LibClassCSImpl, LibConstraintCSImpl, LibIterationCSImpl, LibOperationCSImpl, LibPropertyCSImpl, LibraryCSImpl, LibRootPackageCSImpl, LiteralExpCSImpl, ModelElementCSImpl, NamedElementCSImpl, NameExpCSImpl, NavigatingArgCSImpl, NavigationOperatorCSImpl, NestedExpCSImpl, NullLiteralExpCSImpl, NumberLiteralExpCSImpl, OCLinEcoreConstraintCSImpl, OCLinEcoreSpecificationCSImpl, OCLMessageArgCSImpl, OperationContextDeclCSImpl, OperationCSImpl, OperatorCSImpl, PackageCSImpl, PackageDeclarationCSImpl, ParameterCSImpl, PathNameDeclCSImpl, PostCSImpl, PrecedenceCSImpl, PreCSImpl, PrefixExpCSImpl, PrimitiveLiteralExpCSImpl, PropertyContextDeclCSImpl, ReferenceCSImpl, RootPackageCSImpl, SelfExpCSImpl, SpecificationCSImpl, StringLiteralExpCSImpl, StructuralFeatureCSImpl, TemplateParameterCSImpl, TemplateParameterSubstitutionCSImpl, TemplateSignatureCSImpl, TupleLiteralExpCSImpl, TupleLiteralPartCSImpl, TuplePartCSImpl, TypedElementCSImpl, TypeLiteralExpCSImpl, TypeParameterCSImpl, UnaryOperatorCSImpl, UnlimitedNaturalLiteralExpCSImpl, VariableCSImpl

public interface ModelElementCS
extends PivotableElementCS

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

The following features are supported:

See Also:
BaseCSTPackage.getModelElementCS()
Generated
Model
abstract="true"

Method Summary
 java.lang.String getCsi()
          Returns the value of the 'Csi' attribute.
 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.
 void setCsi(java.lang.String value)
          Sets the value of the 'Csi' attribute.
 void setOriginalXmiId(java.lang.String value)
          Sets the value of the 'Original Xmi Id' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription, getLogicalParent
 
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"

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

getCsi

java.lang.String getCsi()
Returns the value of the 'Csi' attribute.

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

Returns:
the value of the 'Csi' attribute.
See Also:
setCsi(String), BaseCSTPackage.getModelElementCS_Csi()
Generated
Model
transient="true"

setCsi

void setCsi(java.lang.String value)
Sets the value of the 'Csi' attribute.

Parameters:
value - the new value of the 'Csi' attribute.
See Also:
getCsi()
Generated