org.eclipse.ocl.examples.pivot.util
Interface Nameable

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, PivotObject
All Known Subinterfaces:
Annotation, AnnotationCS, AnnotationElementCS, AnyType, AssociationClass, AssociationClassCallExp, AttributeCS, BagType, BinaryOperatorCS, BodyCS, BooleanLiteralExp, CallExp, CallOperationAction, Class, ClassCS, ClassifierCS, ClassifierType, CollectionItem, CollectionLiteralExp, CollectionLiteralPart, CollectionRange, CollectionType, CollectionTypeCS, CompleteOCLDocumentCS, Constraint, ConstraintCS, ConstructorExp, ConstructorPartCS, ContextConstraintCS, ContextCS, DataType, DataTypeCS, DefCS, DefFeatureCS, DefOperationCS, DefPropertyCS, DerCS, Detail, DetailCS, DocumentationCS, Enumeration, EnumerationCS, EnumerationLiteral, EnumerationLiteralCS, EnumLiteralExp, ExpressionInOCL, Feature, FeatureCallExp, FeatureCS, IfExp, ImportCS, IncludeCS, InitCS, IntegerLiteralExp, InvalidLiteralExp, InvalidType, InvCS, IterateExp, Iteration, IteratorExp, LambdaType, LambdaTypeCS, LetExp, LetVariableCS, LibClassCS, LibConstraintCS, LibIterationCS, LibOperationCS, LibPropertyCS, Library, LibraryCS, LibRootPackageCS, LiteralExp, LoopExp, MessageExp, MessageType, MetaTypeName, Model, NamedElement, NamedElementCS, Namespace, NamespaceCS, NavigationCallExp, NavigationOperatorCS, NullLiteralExp, NumericLiteralExp, OCLExpression, OCLinEcoreConstraintCS, OpaqueExpression, Operation, OperationCallExp, OperationCS, OperatorCS, OrderedSetType, Package, PackageCS, Parameter, ParameterCS, PostCS, Precedence, PrecedenceCS, PreCS, PrimitiveLiteralExp, PrimitiveType, PrimitiveTypeRefCS, Property, PropertyCallExp, RealLiteralExp, ReferenceCS, RootPackageCS, SelfType, SendSignalAction, SequenceType, SetType, Signal, State, StateExp, StringLiteralExp, StructuralFeatureCS, TemplateParameterCS, TemplateParameterType, TupleLiteralExp, TupleLiteralPart, TupleLiteralPartCS, TuplePartCS, TupleType, TupleTypeCS, Type, TypedElement, TypedElementCS, TypedMultiplicityElement, TypeExp, TypeParameterCS, UnaryOperatorCS, UnlimitedNaturalLiteralExp, UnspecifiedType, UnspecifiedValueExp, ValueSpecification, Variable, VariableCS, VariableDeclaration, VariableExp, VoidType
All Known Implementing Classes:
AnnotationCSImpl, AnnotationElementCSImpl, AnnotationImpl, AnyTypeImpl, AssociationClassCallExpImpl, AssociationClassImpl, AttributeCSImpl, BagTypeImpl, BinaryOperatorCSImpl, BodyCSImpl, BooleanLiteralExpImpl, CallExpImpl, CallOperationActionImpl, ClassCSImpl, ClassifierCSImpl, ClassifierTypeImpl, ClassImpl, CollectionItemImpl, CollectionLiteralExpImpl, CollectionLiteralPartImpl, CollectionRangeImpl, CollectionTypeCSImpl, CollectionTypeImpl, CompleteOCLDocumentCSImpl, ConstraintCSImpl, ConstraintImpl, ConstructorExpImpl, ConstructorPartCSImpl, ContextConstraintCSImpl, ContextCSImpl, DataTypeCSImpl, DataTypeImpl, DefCSImpl, DefFeatureCSImpl, DefOperationCSImpl, DefPropertyCSImpl, DerCSImpl, DetailCSImpl, DetailImpl, DocumentationCSImpl, EnumerationCSImpl, EnumerationImpl, EnumerationLiteralCSImpl, EnumerationLiteralImpl, EnumLiteralExpImpl, ExpressionInOCLImpl, FeatureCallExpImpl, FeatureImpl, IfExpImpl, ImportCSImpl, IncludeCSImpl, InitCSImpl, IntegerLiteralExpImpl, InvalidLiteralExpImpl, InvalidTypeImpl, InvCSImpl, IterateExpImpl, IterationImpl, IteratorExpImpl, LambdaTypeCSImpl, LambdaTypeImpl, LetExpImpl, LetVariableCSImpl, LibClassCSImpl, LibConstraintCSImpl, LibIterationCSImpl, LibOperationCSImpl, LibPropertyCSImpl, LibraryCSImpl, LibraryImpl, LibRootPackageCSImpl, LiteralExpImpl, LoopExpImpl, MessageExpImpl, MessageTypeImpl, MetaTypeNameImpl, ModelImpl, NamedElementCSImpl, NamedElementImpl, NamespaceImpl, NavigationCallExpImpl, NavigationOperatorCSImpl, NullLiteralExpImpl, NumericLiteralExpImpl, OCLExpressionImpl, OCLinEcoreConstraintCSImpl, OpaqueExpressionImpl, OperationCallExpImpl, OperationCSImpl, OperationImpl, OperatorCSImpl, OrderedSetTypeImpl, PackageCSImpl, PackageImpl, ParameterCSImpl, ParameterImpl, PostCSImpl, PrecedenceCSImpl, PrecedenceImpl, PreCSImpl, PrimitiveLiteralExpImpl, PrimitiveTypeImpl, PrimitiveTypeRefCSImpl, PropertyCallExpImpl, PropertyImpl, RealLiteralExpImpl, ReferenceCSImpl, RootPackageCSImpl, SelfTypeImpl, SendSignalActionImpl, SequenceTypeImpl, SetTypeImpl, SignalImpl, StateExpImpl, StateImpl, StringLiteralExpImpl, StructuralFeatureCSImpl, TemplateParameterCSImpl, TemplateParameterTypeImpl, TupleLiteralExpImpl, TupleLiteralPartCSImpl, TupleLiteralPartImpl, TuplePartCSImpl, TupleTypeCSImpl, TupleTypeImpl, TupleTypeManager.TuplePart, TypedElementCSImpl, TypedElementImpl, TypedMultiplicityElementImpl, TypeExpImpl, TypeImpl, TypeParameterCSImpl, UnaryOperatorCSImpl, UnlimitedNaturalLiteralExpImpl, UnspecifiedTypeImpl, UnspecifiedValueExpImpl, ValueSpecificationImpl, VariableCSImpl, VariableDeclarationImpl, VariableExpImpl, VariableImpl, VoidTypeImpl

public interface Nameable
extends PivotObject


Method Summary
 java.lang.String getName()
           
 
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()