Uses of Class
com.ibm.tws.objects.types.WorkstationType

Packages that use WorkstationType
com.ibm.tws.objects.model   
com.ibm.tws.objects.plan   
com.ibm.tws.objects.plan.types   
com.ibm.tws.objects.types   
 

Uses of WorkstationType in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return WorkstationType
 WorkstationType Workstation.getType()
          Returns the workstation type.
 WorkstationType WorkstationHeader.getType()
          Returns the workstation type.
 

Methods in com.ibm.tws.objects.model with parameters of type WorkstationType
 void Workstation.setType(WorkstationType value)
          Sets the workstation type.
 void WorkstationHeader.setType(WorkstationType value)
          Sets the workstation type.
 

Uses of WorkstationType in com.ibm.tws.objects.plan
 

Methods in com.ibm.tws.objects.plan that return WorkstationType
 WorkstationType WorkstationInPlan.getType()
          Get the Workstation type.
 

Methods in com.ibm.tws.objects.plan with parameters of type WorkstationType
 void WorkstationInPlan.setType(WorkstationType s)
          Set the Workstation Type.
 

Uses of WorkstationType in com.ibm.tws.objects.plan.types
 

Subclasses of WorkstationType in com.ibm.tws.objects.plan.types
 class WorkstationInPlanType
          This class implements the WorkstationInPlanType ordinal type.
 

Fields in com.ibm.tws.objects.plan.types declared as WorkstationType
static WorkstationType WorkstationInPlanType.DOMAIN_MANAGER
          The DOMAINMANAGER value.
 

Uses of WorkstationType in com.ibm.tws.objects.types
 

Fields in com.ibm.tws.objects.types declared as WorkstationType
static WorkstationType WorkstationType.MANAGER
          The MANAGER value.
static WorkstationType WorkstationType.FTA
          The FTA value.
static WorkstationType WorkstationType.XA
          The XA value.
static WorkstationType WorkstationType.SA
          The SA value.
static WorkstationType WorkstationType.GENERAL
          The GENERAL value.
static WorkstationType WorkstationType.COMPUTER
          The COMPUTER value.
static WorkstationType WorkstationType.PRINTER
          The PRINTER value.
 

Methods in com.ibm.tws.objects.types that return WorkstationType
static WorkstationType WorkstationType.getInstance(char charValue)
          Returns a reference to the instance of WorkstationType that is associated to the specified character.
 



Copyright © 2005 IBM All Rights Reserved.