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

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

Uses of LiteralValue in org.openxma.dsl.dom
 

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

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

Subinterfaces of LiteralValue in org.openxma.dsl.dom.model
 interface BooleanLiteralValue
          A representation of the model object 'Boolean Literal Value'.
 interface EmptyLiteralValue
          A representation of the model object 'Empty Literal Value'.
 interface IntegerLiteralValue
          A representation of the model object 'Integer Literal Value'.
 interface NullLiteralValue
          A representation of the model object 'Null Literal Value'.
 interface RealLiteralValue
          A representation of the model object 'Real Literal Value'.
 interface StringLiteralValue
          A representation of the model object 'String Literal Value'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement LiteralValue
 class BooleanLiteralValueImpl
          An implementation of the model object 'Boolean Literal Value'.
 class EmptyLiteralValueImpl
          An implementation of the model object 'Empty Literal Value'.
 class IntegerLiteralValueImpl
          An implementation of the model object 'Integer Literal Value'.
 class LiteralValueImpl
          An implementation of the model object 'Literal Value'.
 class NullLiteralValueImpl
          An implementation of the model object 'Null Literal Value'.
 class RealLiteralValueImpl
          An implementation of the model object 'Real Literal Value'.
 class StringLiteralValueImpl
          An implementation of the model object 'String Literal Value'.
 

Methods in org.openxma.dsl.dom.model.impl that return LiteralValue
 LiteralValue DomFactoryImpl.createLiteralValue()
           
 

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

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



Copyright © 2013. All Rights Reserved.