|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XLptsOperatingSystemType | |
---|---|
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 XLptsOperatingSystemType in com.lapetus_ltd._2009.xml.types |
---|
Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsOperatingSystemType | |
---|---|
protected java.util.List<XLptsOperatingSystemType> |
XLptsDriverType.operatingSystemListItem
|
Methods in com.lapetus_ltd._2009.xml.types that return XLptsOperatingSystemType | |
---|---|
static XLptsOperatingSystemType |
XLptsOperatingSystemType.fromValue(java.lang.String v)
|
static XLptsOperatingSystemType |
XLptsOperatingSystemType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XLptsOperatingSystemType[] |
XLptsOperatingSystemType.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 that return types with arguments of type XLptsOperatingSystemType | |
---|---|
java.util.List<XLptsOperatingSystemType> |
XLptsDriverType.getOperatingSystemListItem()
Gets the value of the operatingSystemListItem property. |
Uses of XLptsOperatingSystemType in com.lapetus_ltd.api.db.xml.types |
---|
Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsOperatingSystemType | |
---|---|
java.util.List<XLptsOperatingSystemType> |
TLptsDriverType.getOperatingSystemListItem()
Returns a list of the operating systems that this driver can run on. |
Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsOperatingSystemType | |
---|---|
void |
TLptsDriverType.addOperatingSystemListItem(XLptsOperatingSystemType osType)
Adds an operating system name as being supported by this driver. |
void |
TLptsDriverType.removeOperatingSystemListItem(XLptsOperatingSystemType osType)
Removes an operating system name from the list of supported OSs for this driver. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |