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

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

Uses of CastFunction in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return CastFunction
 CastFunction DomFactory.createCastFunction()
          Returns a new object of class 'Cast Function'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement CastFunction
 class CastFunctionImpl
          An implementation of the model object 'Cast Function'.
 

Methods in org.openxma.dsl.dom.model.impl that return CastFunction
 CastFunction DomFactoryImpl.createCastFunction()
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type CastFunction
 T DomSwitch.caseCastFunction(CastFunction object)
          Returns the result of interpreting the object as an instance of 'Cast Function'.
 



Copyright © 2013. All Rights Reserved.