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

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

Packages that use XLptsFunctionParameterType
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 XLptsFunctionParameterType in com.lapetus_ltd._2009.xml.types
 

Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsFunctionParameterType
protected  java.util.List<XLptsFunctionParameterType> XLptsDriverInterfaceType.parameterListItem
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsFunctionParameterType
 XLptsFunctionParameterType ObjectFactory.createXLptsFunctionParameterType()
          Create an instance of XLptsFunctionParameterType
 

Methods in com.lapetus_ltd._2009.xml.types that return types with arguments of type XLptsFunctionParameterType
 java.util.List<XLptsFunctionParameterType> XLptsDriverInterfaceType.getParameterListItem()
          Gets the value of the parameterListItem property.
 

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

Subclasses of XLptsFunctionParameterType in com.lapetus_ltd.api.db.xml.types
 class TLptsFunctionParameterType
          Class Description :


$LastChangedRevision: 1190 $
$LastChangedDate:: 2010-11-17 13:21:35#$

 

Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsFunctionParameterType
 java.util.List<XLptsFunctionParameterType> TLptsDriverInterfaceType.getParameterListItem()
           Gets a copy of the function parameter list.
 

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsFunctionParameterType
 void TLptsDriverInterfaceType.addParameterListItem(XLptsFunctionParameterType functionParameterType)
           Adds the function and parameter information to the interface.
 void TLptsDriverInterfaceType.removeParameterListItem(XLptsFunctionParameterType functionParameterType)
           Removes the function and parameter information from the interface.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsFunctionParameterType
TLptsFunctionParameterType(XLptsFunctionParameterType functionParameterType)
           Constructs an function parameter type from another XLptsFunctionParameterType.
 



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