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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, Nameable, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Subinterfaces:
AnnotationCS, AnnotationElementCS, AttributeCS, BinaryOperatorCS, BodyCS, ClassCS, ClassifierCS, CompleteOCLDocumentCS, ConstraintCS, ContextConstraintCS, ContextCS, DataTypeCS, DefCS, DefFeatureCS, DefOperationCS, DefPropertyCS, DerCS, DetailCS, DocumentationCS, EnumerationCS, EnumerationLiteralCS, FeatureCS, ImportCS, IncludeCS, InitCS, InvCS, LetVariableCS, LibClassCS, LibConstraintCS, LibIterationCS, LibOperationCS, LibPropertyCS, LibraryCS, LibRootPackageCS, NamespaceCS, NavigationOperatorCS, OCLinEcoreConstraintCS, OperationCS, OperatorCS, PackageCS, ParameterCS, PostCS, PrecedenceCS, PreCS, ReferenceCS, RootPackageCS, StructuralFeatureCS, TemplateParameterCS, TupleLiteralPartCS, TuplePartCS, TypedElementCS, TypeParameterCS, UnaryOperatorCS, VariableCS
All Known Implementing Classes:
AnnotationCSImpl, AnnotationElementCSImpl, AttributeCSImpl, BinaryOperatorCSImpl, BodyCSImpl, ClassCSImpl, ClassifierCSImpl, CompleteOCLDocumentCSImpl, ConstraintCSImpl, ContextConstraintCSImpl, ContextCSImpl, DataTypeCSImpl, DefCSImpl, DefFeatureCSImpl, DefOperationCSImpl, DefPropertyCSImpl, DerCSImpl, DetailCSImpl, DocumentationCSImpl, EnumerationCSImpl, EnumerationLiteralCSImpl, ImportCSImpl, IncludeCSImpl, InitCSImpl, InvCSImpl, LetVariableCSImpl, LibClassCSImpl, LibConstraintCSImpl, LibIterationCSImpl, LibOperationCSImpl, LibPropertyCSImpl, LibraryCSImpl, LibRootPackageCSImpl, NamedElementCSImpl, NavigationOperatorCSImpl, OCLinEcoreConstraintCSImpl, OperationCSImpl, OperatorCSImpl, PackageCSImpl, ParameterCSImpl, PostCSImpl, PrecedenceCSImpl, PreCSImpl, ReferenceCSImpl, RootPackageCSImpl, StructuralFeatureCSImpl, TemplateParameterCSImpl, TupleLiteralPartCSImpl, TuplePartCSImpl, TypedElementCSImpl, TypeParameterCSImpl, UnaryOperatorCSImpl, VariableCSImpl

public interface NamedElementCS
extends ModelElementCS, Nameable

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

The following features are supported:

See Also:
BaseCSTPackage.getNamedElementCS()
Generated
Model
abstract="true" superTypes="org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS org.eclipse.ocl.examples.pivot.Nameable"

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Specified by:
getName in interface Nameable
Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BaseCSTPackage.getNamedElementCS_Name()
Generated
Model

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated