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

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

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

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

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

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

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

Subclasses of XLptsDriverInterfaceType in com.lapetus_ltd.api.db.xml.types
 class TLptsDriverInterfaceType
          Class Description : Stores the functions and parameters of a configured driver interface.
 

Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsDriverInterfaceType
 java.util.List<XLptsDriverInterfaceType> TLptsDriverType.getInterfaceListItem()
           Gets a synchronised copy of the interface list, which contains the functions and parameters of the driver.
 

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDriverInterfaceType
 void TLptsDriverType.addInterfaceListItem(XLptsDriverInterfaceType interfaceType)
           Adds an interface to the driver.
 void TLptsDriverType.removeInterfaceListItem(XLptsDriverInterfaceType interfaceType)
           Removes an interface from the driver.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDriverInterfaceType
TLptsDriverInterfaceType(XLptsDriverInterfaceType driverInterfaceType)
           Copies the information from another XLptsDriverInterfaceType, including all functions and parameters.
 



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