Uses of Interface
org.openxma.dsl.dom.model.PresentableFeature

Packages that use PresentableFeature
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of PresentableFeature in org.openxma.dsl.dom.model
 

Subinterfaces of PresentableFeature in org.openxma.dsl.dom.model
 interface Attribute
          A representation of the model object 'Attribute'.
 interface FeatureReference
          A representation of the model object 'Feature Reference'.
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type PresentableFeature
 List<PresentableFeature> ComplexType.getAllPresentableFeaturesIncludingSuperType()
          return the list of all Attributes including the Attributes of the SuperType
 

Uses of PresentableFeature in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement PresentableFeature
 class AttributeImpl
          An implementation of the model object ' Attribute'.
 class FeatureReferenceImpl
          An implementation of the model object ' Feature Reference'.
 class PresentableFeatureImpl
          An implementation of the model object 'Presentable Feature'.
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type PresentableFeature
 List<PresentableFeature> EntityImpl.getAllPresentableFeaturesIncludingSuperType()
           
 List<PresentableFeature> DataViewImpl.getAllPresentableFeaturesIncludingSuperType()
           
 List<PresentableFeature> ValueObjectImpl.getAllPresentableFeaturesIncludingSuperType()
           
 

Uses of PresentableFeature in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type PresentableFeature
 T DomSwitch.casePresentableFeature(PresentableFeature object)
          Returns the result of interpreting the object as an instance of 'Presentable Feature'.
 



Copyright © 2013. All Rights Reserved.