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

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

Uses of IntegerLiteralValue in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return IntegerLiteralValue
 IntegerLiteralValue DomFactory.createIntegerLiteralValue()
          Returns a new object of class 'Integer Literal Value'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement IntegerLiteralValue
 class IntegerLiteralValueImpl
          An implementation of the model object 'Integer Literal Value'.
 

Methods in org.openxma.dsl.dom.model.impl that return IntegerLiteralValue
 IntegerLiteralValue DomFactoryImpl.createIntegerLiteralValue()
           
 

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

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



Copyright © 2013. All Rights Reserved.