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

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

Uses of BooleanLiteralValue in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return BooleanLiteralValue
 BooleanLiteralValue DomFactory.createBooleanLiteralValue()
          Returns a new object of class 'Boolean Literal Value'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement BooleanLiteralValue
 class BooleanLiteralValueImpl
          An implementation of the model object 'Boolean Literal Value'.
 

Methods in org.openxma.dsl.dom.model.impl that return BooleanLiteralValue
 BooleanLiteralValue DomFactoryImpl.createBooleanLiteralValue()
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type BooleanLiteralValue
 T DomSwitch.caseBooleanLiteralValue(BooleanLiteralValue object)
          Returns the result of interpreting the object as an instance of 'Boolean Literal Value'.
 



Copyright © 2013. All Rights Reserved.