Uses of Interface
Moml.PropertyType

Packages that use PropertyType
Moml   
Moml.impl   
Moml.util   
 

Uses of PropertyType in Moml
 

Methods in Moml that return PropertyType
 PropertyType MomlFactory.createPropertyType()
          Returns a new object of class 'Property Type'.
 PropertyType DocumentRoot.getProperty()
          Returns the value of the 'Property' containment reference.
 

Methods in Moml that return types with arguments of type PropertyType
 EList<PropertyType> ClassType.getProperty()
          Returns the value of the 'Property' containment reference list.
 EList<PropertyType> DirectorType.getProperty()
          Returns the value of the 'Property' containment reference list.
 EList<PropertyType> EntityType.getProperty()
          Returns the value of the 'Property' containment reference list.
 EList<PropertyType> ModelType.getProperty()
          Returns the value of the 'Property' containment reference list.
 EList<PropertyType> PortType.getProperty()
          Returns the value of the 'Property' containment reference list.
 EList<PropertyType> PropertyType.getProperty()
          Returns the value of the 'Property' containment reference list.
 EList<PropertyType> RelationType.getProperty()
          Returns the value of the 'Property' containment reference list.
 EList<PropertyType> RenditionType.getProperty()
          Returns the value of the 'Property' containment reference list.
 EList<PropertyType> VertexType.getProperty()
          Returns the value of the 'Property' containment reference list.
 

Methods in Moml with parameters of type PropertyType
 void DocumentRoot.setProperty(PropertyType value)
          Sets the value of the 'Property' containment reference.
 

Uses of PropertyType in Moml.impl
 

Classes in Moml.impl that implement PropertyType
 class PropertyTypeImpl
          An implementation of the model object 'Property Type'.
 

Methods in Moml.impl that return PropertyType
 PropertyType MomlFactoryImpl.createPropertyType()
           
 PropertyType DocumentRootImpl.getProperty()
           
 

Methods in Moml.impl that return types with arguments of type PropertyType
 EList<PropertyType> ClassTypeImpl.getProperty()
           
 EList<PropertyType> DirectorTypeImpl.getProperty()
           
 EList<PropertyType> EntityTypeImpl.getProperty()
           
 EList<PropertyType> ModelTypeImpl.getProperty()
           
 EList<PropertyType> PortTypeImpl.getProperty()
           
 EList<PropertyType> PropertyTypeImpl.getProperty()
           
 EList<PropertyType> RelationTypeImpl.getProperty()
           
 EList<PropertyType> RenditionTypeImpl.getProperty()
           
 EList<PropertyType> VertexTypeImpl.getProperty()
           
 

Methods in Moml.impl with parameters of type PropertyType
 NotificationChain DocumentRootImpl.basicSetProperty(PropertyType newProperty, NotificationChain msgs)
           
 void DocumentRootImpl.setProperty(PropertyType newProperty)
           
 

Uses of PropertyType in Moml.util
 

Methods in Moml.util with parameters of type PropertyType
 T MomlSwitch.casePropertyType(PropertyType object)
          Returns the result of interpreting the object as an instance of 'Property Type'.