|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkStatus | |
---|---|
com.ibm.tws.objects.plan | |
com.ibm.tws.objects.types |
Uses of LinkStatus in com.ibm.tws.objects.plan |
---|
Methods in com.ibm.tws.objects.plan that return LinkStatus | |
LinkStatus |
WorkstationInPlan.getLinkStatus()
Return the Link Status of this Workstation |
Methods in com.ibm.tws.objects.plan with parameters of type LinkStatus | |
void |
WorkstationInPlan.setLinkStatus(LinkStatus status)
Sets the Link status of this Workstation. |
Uses of LinkStatus in com.ibm.tws.objects.types |
---|
Fields in com.ibm.tws.objects.types declared as LinkStatus | |
static LinkStatus |
LinkStatus.LINKED
The LINKED value. |
static LinkStatus |
LinkStatus.UNLINKED
The UNLINKED value. |
static LinkStatus |
LinkStatus.FULLY_LINKED
The FULLY-LINKED value. |
static LinkStatus |
LinkStatus.NOT_APPLICABLE
The NOT_APPLICABLE value. |
Methods in com.ibm.tws.objects.types that return LinkStatus | |
static LinkStatus |
LinkStatus.getInstance(char charValue)
Returns a reference to the instance of LinkStatus that is associated to the specified character. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |