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

All Superinterfaces:
ElementId
All Known Implementing Classes:
PropertyIdImpl

public interface PropertyId
extends ElementId

A PropertyId provides a unique hierarchical identifier for a property name.


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

Method Detail

getName

@NonNull
java.lang.String getName()

getParent

@NonNull
TypeId getParent()