org.infolayer.model
Interface Typed

All Known Subinterfaces:
OclCollection
All Known Implementing Classes:
AbstractOclCollection, Tuple, UmlClassifier, UmlEnumerationLiteral, UmlObject

public interface Typed

Implemented by UmlObject, OclCollection, UmlClassifier


Method Summary
 UmlClassifier getType()
          Returns the Uml type of this object
 java.lang.String toOclLiteral()
           
 

Method Detail

getType

public UmlClassifier getType()
Returns the Uml type of this object


toOclLiteral

public java.lang.String toOclLiteral()