Uses of Interface
Moml.LocationType

Packages that use LocationType
Moml   
Moml.impl   
Moml.util   
 

Uses of LocationType in Moml
 

Methods in Moml that return LocationType
 LocationType MomlFactory.createLocationType()
          Returns a new object of class 'Location Type'.
 LocationType DocumentRoot.getLocation()
          Returns the value of the 'Location' containment reference.
 

Methods in Moml that return types with arguments of type LocationType
 EList<LocationType> RenditionType.getLocation()
          Returns the value of the 'Location' containment reference list.
 EList<LocationType> VertexType.getLocation()
          Returns the value of the 'Location' containment reference list.
 

Methods in Moml with parameters of type LocationType
 void DocumentRoot.setLocation(LocationType value)
          Sets the value of the 'Location' containment reference.
 

Uses of LocationType in Moml.impl
 

Classes in Moml.impl that implement LocationType
 class LocationTypeImpl
          An implementation of the model object 'Location Type'.
 

Methods in Moml.impl that return LocationType
 LocationType MomlFactoryImpl.createLocationType()
           
 LocationType DocumentRootImpl.getLocation()
           
 

Methods in Moml.impl that return types with arguments of type LocationType
 EList<LocationType> RenditionTypeImpl.getLocation()
           
 EList<LocationType> VertexTypeImpl.getLocation()
           
 

Methods in Moml.impl with parameters of type LocationType
 NotificationChain DocumentRootImpl.basicSetLocation(LocationType newLocation, NotificationChain msgs)
           
 void DocumentRootImpl.setLocation(LocationType newLocation)
           
 

Uses of LocationType in Moml.util
 

Methods in Moml.util with parameters of type LocationType
 T MomlSwitch.caseLocationType(LocationType object)
          Returns the result of interpreting the object as an instance of 'Location Type'.