Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

Uses of Class
com.lapetus_ltd._2009.xml.types.XLptsProgramParameterType

Packages that use XLptsProgramParameterType
com.lapetus_ltd._2009.xml.types This is the package that holds the generated XSD types (classes). 
com.lapetus_ltd.api.db.xml.types This package contains the wrappers of the XSD generated classes for the database. 
 

Uses of XLptsProgramParameterType in com.lapetus_ltd._2009.xml.types
 

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsProgramParameterType
protected  XLptsProgramParameterType XLptsFunctionParameterType.type
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsProgramParameterType
static XLptsProgramParameterType XLptsProgramParameterType.fromValue(java.lang.String v)
           
 XLptsProgramParameterType XLptsFunctionParameterType.getType()
          Gets the value of the type property.
static XLptsProgramParameterType XLptsProgramParameterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XLptsProgramParameterType[] XLptsProgramParameterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsProgramParameterType
 void XLptsFunctionParameterType.setType(XLptsProgramParameterType value)
          Sets the value of the type property.
 

Uses of XLptsProgramParameterType in com.lapetus_ltd.api.db.xml.types
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsProgramParameterType
TLptsFunctionParameterType(java.lang.String name, java.lang.String value, XLptsProgramParameterType type)
           Constructs an function parameter type from arguments.
 



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)