Uses of Class
org.plasma.xml.xslt.Variable

Packages that use Variable
org.plasma.xml.xslt PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
 

Uses of Variable in org.plasma.xml.xslt
 

Fields in org.plasma.xml.xslt with type parameters of type Variable
protected  List<Variable> CallTemplate.withParams
           
 

Methods in org.plasma.xml.xslt that return Variable
 Variable ObjectFactory.createVariable()
          Create an instance of Variable
 

Methods in org.plasma.xml.xslt that return types with arguments of type Variable
 JAXBElement<Variable> ObjectFactory.createParam(Variable value)
          Create an instance of JAXBElement<Variable>}
 JAXBElement<Variable> ObjectFactory.createVariable(Variable value)
          Create an instance of JAXBElement<Variable>}
 JAXBElement<Variable> ObjectFactory.createWithParam(Variable value)
          Create an instance of JAXBElement<Variable>}
 List<Variable> CallTemplate.getWithParams()
          Gets the value of the withParams property.
 

Methods in org.plasma.xml.xslt with parameters of type Variable
 JAXBElement<Variable> ObjectFactory.createParam(Variable value)
          Create an instance of JAXBElement<Variable>}
 JAXBElement<Variable> ObjectFactory.createVariable(Variable value)
          Create an instance of JAXBElement<Variable>}
 JAXBElement<Variable> ObjectFactory.createWithParam(Variable value)
          Create an instance of JAXBElement<Variable>}
 



Copyright © 2014. All rights reserved.