org.eclipse.ocl.examples.domain.ids
Interface EnumerationLiteralId

All Superinterfaces:
ElementId
All Known Implementing Classes:
EnumerationLiteralIdImpl

public interface EnumerationLiteralId
extends ElementId

A EnumerationLiteralId provides a unique hierarchical identifier for an enumeration literal.


Method Summary
 java.lang.String getName()
           
 EnumerationId getParentId()
           
 
Methods inherited from interface org.eclipse.ocl.examples.domain.ids.ElementId
accept, getDisplayName
 

Method Detail

getName

@NonNull
java.lang.String getName()

getParentId

@NonNull
EnumerationId getParentId()