|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperatingSystem | |
---|---|
com.ibm.tws.objects.model | |
com.ibm.tws.objects.plan | |
com.ibm.tws.objects.types |
Uses of OperatingSystem in com.ibm.tws.objects.model |
---|
Methods in com.ibm.tws.objects.model that return OperatingSystem | |
OperatingSystem |
Workstation.getOs()
Returns the workstation operating system. |
OperatingSystem |
WorkstationHeader.getOs()
Returns the workstation operating system. |
Methods in com.ibm.tws.objects.model with parameters of type OperatingSystem | |
void |
Workstation.setOs(OperatingSystem value)
Sets the workstation operating system. |
void |
WorkstationHeader.setOs(OperatingSystem value)
Sets the workstation operating system. |
Uses of OperatingSystem in com.ibm.tws.objects.plan |
---|
Methods in com.ibm.tws.objects.plan that return OperatingSystem | |
OperatingSystem |
WorkstationInPlan.getOs()
Get the Operating System of this Workstation. |
Methods in com.ibm.tws.objects.plan with parameters of type OperatingSystem | |
void |
WorkstationInPlan.setOs(OperatingSystem value)
Set the Operating System. |
Uses of OperatingSystem in com.ibm.tws.objects.types |
---|
Fields in com.ibm.tws.objects.types declared as OperatingSystem | |
static OperatingSystem |
OperatingSystem.WINDOWS
The WINDOWS value. |
static OperatingSystem |
OperatingSystem.UNIX
The UNIX value. |
static OperatingSystem |
OperatingSystem.OTHER
The OTHER value. |
Methods in com.ibm.tws.objects.types that return OperatingSystem | |
static OperatingSystem |
OperatingSystem.getInstance(char charValue)
Returns a reference to the instance of OperatingSystem that is associated to the specified character. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |