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

All Superinterfaces:
java.lang.Comparable<TuplePartId>, ElementId, Nameable
All Known Implementing Classes:
TuplePartIdImpl

public interface TuplePartId
extends ElementId, Nameable, java.lang.Comparable<TuplePartId>

A TuplePartId provides a unique identifier for a TuplePart such as first:String.


Method Summary
 int getIndex()
           
 java.lang.String getName()
           
 TypeId getTypeId()
           
 
Methods inherited from interface org.eclipse.ocl.examples.domain.ids.ElementId
accept, getDisplayName
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getIndex

int getIndex()

getName

@NonNull
java.lang.String getName()
Specified by:
getName in interface Nameable

getTypeId

@NonNull
TypeId getTypeId()