com.ibm.tws.objects.plan.types
Class WorkstationInPlanType

java.lang.Object
  extended bycom.ibm.tws.objects.types.OrdinalType
      extended bycom.ibm.tws.objects.types.WorkstationType
          extended bycom.ibm.tws.objects.plan.types.WorkstationInPlanType
All Implemented Interfaces:
java.io.Serializable

public class WorkstationInPlanType
extends WorkstationType

This class implements the WorkstationInPlanType ordinal type. It contains the valid values for the type of a Workstation in the Plan. It simply adds the type Domain Manager to the ordinal type WorkstationType.

See Also:
com.ibm.tws.objects.plan.types.WorkstationType, WorkstationInPlan, Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static WorkstationType DOMAIN_MANAGER
          The DOMAINMANAGER value.
 
Fields inherited from class com.ibm.tws.objects.types.WorkstationType
COMPUTER, FTA, GENERAL, MANAGER, PRINTER, SA, XA
 
Methods inherited from class com.ibm.tws.objects.types.WorkstationType
equals, getInstance, hashCode, toString
 
Methods inherited from class com.ibm.tws.objects.types.OrdinalType
getCharValue, getInstance, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


DOMAIN_MANAGER

public static WorkstationType DOMAIN_MANAGER
The DOMAINMANAGER value. The type DomainManager indicates a workstation that is manager of a Domain.



Copyright © 2005 IBM All Rights Reserved.