Uses of Interface
Moml.DeletePropertyType

Packages that use DeletePropertyType
Moml   
Moml.impl   
Moml.util   
 

Uses of DeletePropertyType in Moml
 

Methods in Moml that return DeletePropertyType
 DeletePropertyType MomlFactory.createDeletePropertyType()
          Returns a new object of class 'Delete Property Type'.
 DeletePropertyType DocumentRoot.getDeleteProperty()
          Returns the value of the 'Delete Property' containment reference.
 

Methods in Moml with parameters of type DeletePropertyType
 void DocumentRoot.setDeleteProperty(DeletePropertyType value)
          Sets the value of the 'Delete Property' containment reference.
 

Uses of DeletePropertyType in Moml.impl
 

Classes in Moml.impl that implement DeletePropertyType
 class DeletePropertyTypeImpl
          An implementation of the model object 'Delete Property Type'.
 

Methods in Moml.impl that return DeletePropertyType
 DeletePropertyType MomlFactoryImpl.createDeletePropertyType()
           
 DeletePropertyType DocumentRootImpl.getDeleteProperty()
           
 

Methods in Moml.impl with parameters of type DeletePropertyType
 NotificationChain DocumentRootImpl.basicSetDeleteProperty(DeletePropertyType newDeleteProperty, NotificationChain msgs)
           
 void DocumentRootImpl.setDeleteProperty(DeletePropertyType newDeleteProperty)
           
 

Uses of DeletePropertyType in Moml.util
 

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