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

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

Uses of AttributeFlag in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return AttributeFlag
 AttributeFlag DomFactory.createAttributeFlag()
          Returns a new object of class 'Attribute Flag'.
 

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

Subinterfaces of AttributeFlag in org.openxma.dsl.dom.model
 interface AvailableFlag
          A representation of the model object 'Available Flag'.
 interface DerivedFlag
          A representation of the model object 'Derived Flag'.
 interface ExpressionFlag
          A representation of the model object 'Expression Flag'.
 interface ReadOnlyFlag
          A representation of the model object 'Read Only Flag'.
 interface RequiredFlag
          A representation of the model object 'Required Flag'.
 interface TransientFlag
          A representation of the model object 'Transient Flag'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement AttributeFlag
 class AttributeFlagImpl
          An implementation of the model object 'Attribute Flag'.
 class AvailableFlagImpl
          An implementation of the model object 'Available Flag'.
 class DerivedFlagImpl
          An implementation of the model object 'Derived Flag'.
 class ExpressionFlagImpl
          An implementation of the model object 'Expression Flag'.
 class ReadOnlyFlagImpl
          An implementation of the model object 'Read Only Flag'.
 class RequiredFlagImpl
          An implementation of the model object 'Required Flag'.
 class TransientFlagImpl
          An implementation of the model object 'Transient Flag'.
 

Methods in org.openxma.dsl.dom.model.impl that return AttributeFlag
 AttributeFlag DomFactoryImpl.createAttributeFlag()
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type AttributeFlag
 T DomSwitch.caseAttributeFlag(AttributeFlag object)
          Returns the result of interpreting the object as an instance of 'Attribute Flag'.
 



Copyright © 2013. All Rights Reserved.