org.eclipse.ocl.examples.domain.elements
Interface DomainNamedElement

All Superinterfaces:
DomainElement
All Known Subinterfaces:
AssociationClassCallExp, BooleanLiteralExp, CallExp, CollectionItem, CollectionLiteralExp, CollectionLiteralPart, CollectionRange, ConstructorExp, DomainEnumerationLiteral, DomainOperation, DomainProperty, DomainTypedElement, EnumerationLiteral, EnumLiteralExp, ExpressionInOCL, Feature, FeatureCallExp, IfExp, IntegerLiteralExp, InvalidLiteralExp, IterateExp, Iteration, IteratorExp, LetExp, LiteralExp, LoopExp, MessageExp, NavigationCallExp, NullLiteralExp, NumericLiteralExp, OCLExpression, OpaqueExpression, Operation, OperationCallExp, Parameter, PrimitiveLiteralExp, Property, PropertyCallExp, RealLiteralExp, StateExp, StringLiteralExp, TupleLiteralExp, TupleLiteralPart, TypedElement, TypedMultiplicityElement, TypeExp, UnlimitedNaturalLiteralExp, UnspecifiedValueExp, ValueSpecification, Variable, VariableDeclaration, VariableExp
All Known Implementing Classes:
AbstractTuplePart, AssociationClassCallExpImpl, BooleanLiteralExpImpl, CallExpImpl, CollectionItemImpl, CollectionLiteralExpImpl, CollectionLiteralPartImpl, CollectionRangeImpl, ConstructorExpImpl, EcoreExecutorEnumerationLiteral, EcoreExecutorProperty, EnumerationLiteralImpl, EnumLiteralExpImpl, ExecutorEnumerationLiteral, ExecutorOperation, ExecutorProperty, ExecutorTypedElement, ExpressionInOCLImpl, FeatureCallExpImpl, FeatureImpl, IfExpImpl, IntegerLiteralExpImpl, InvalidLiteralExpImpl, IterateExpImpl, IterationImpl, IteratorExpImpl, LetExpImpl, LiteralExpImpl, LoopExpImpl, MessageExpImpl, NavigationCallExpImpl, NullLiteralExpImpl, NumericLiteralExpImpl, OCLExpressionImpl, OpaqueExpressionImpl, OperationCallExpImpl, OperationImpl, ParameterImpl, PivotExecutorOperation, PrimitiveLiteralExpImpl, PropertyCallExpImpl, PropertyImpl, RealLiteralExpImpl, StateExpImpl, StringLiteralExpImpl, TupleLiteralExpImpl, TupleLiteralPartImpl, TupleTypeManager.TuplePart, TypedElementImpl, TypedMultiplicityElementImpl, TypeExpImpl, UnlimitedNaturalLiteralExpImpl, UnspecifiedValueExpImpl, ValueSpecificationImpl, VariableDeclarationImpl, VariableExpImpl, VariableImpl

public interface DomainNamedElement
extends DomainElement


Method Summary
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()