Uses of Interface
org.infolayer.model.PropertyImpl

Packages that use PropertyImpl
org.infolayer.model   
 

Uses of PropertyImpl in org.infolayer.model
 

Classes in org.infolayer.model that implement PropertyImpl
 class PropertyImplJava
           
 class PropertyImplLogical
           
 class PropertyImplPhysical
           
 

Methods in org.infolayer.model with parameters of type PropertyImpl
 UmlProperty UmlClassifier.addProperty(java.lang.String name, PropertyImpl impl, UmlClassifier type, int max, java.lang.String description)