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

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

Uses of RealLiteralValue in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return RealLiteralValue
 RealLiteralValue DomFactory.createRealLiteralValue()
          Returns a new object of class 'Real Literal Value'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement RealLiteralValue
 class RealLiteralValueImpl
          An implementation of the model object 'Real Literal Value'.
 

Methods in org.openxma.dsl.dom.model.impl that return RealLiteralValue
 RealLiteralValue DomFactoryImpl.createRealLiteralValue()
           
 

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

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



Copyright © 2013. All Rights Reserved.