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

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

Uses of ExpressionFlag in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return ExpressionFlag
 ExpressionFlag DomFactory.createExpressionFlag()
          Returns a new object of class 'Expression Flag'.
 

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

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

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

Classes in org.openxma.dsl.dom.model.impl that implement ExpressionFlag
 class AvailableFlagImpl
          An implementation of the model object 'Available 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'.
 

Methods in org.openxma.dsl.dom.model.impl that return ExpressionFlag
 ExpressionFlag DomFactoryImpl.createExpressionFlag()
           
 

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

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



Copyright © 2013. All Rights Reserved.