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

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

Uses of EmptyLiteralValue in org.openxma.dsl.dom
 

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

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

Classes in org.openxma.dsl.dom.model.impl that implement EmptyLiteralValue
 class EmptyLiteralValueImpl
          An implementation of the model object 'Empty Literal Value'.
 

Methods in org.openxma.dsl.dom.model.impl that return EmptyLiteralValue
 EmptyLiteralValue DomFactoryImpl.createEmptyLiteralValue()
           
 

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

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



Copyright © 2013. All Rights Reserved.