com.ibm.tws.objects.plan.utils
Interface PlanGroupFields


public interface PlanGroupFields

This interface exposes the group fileds on which the plan objects can be grouped.


Field Summary
static java.lang.String COPYRIGHT
          Copyright
static java.lang.String JOB_STATUS
          Used to count jobs by status
static java.lang.String NO_GROUP
          Used to count all objects
static java.lang.String WORKSTATION_STATUS
          Used to count workstations by status
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright


NO_GROUP

public static final java.lang.String NO_GROUP
Used to count all objects

See Also:
Constant Field Values

WORKSTATION_STATUS

public static final java.lang.String WORKSTATION_STATUS
Used to count workstations by status

See Also:
Constant Field Values

JOB_STATUS

public static final java.lang.String JOB_STATUS
Used to count jobs by status

See Also:
Constant Field Values


Copyright © 2005 IBM All Rights Reserved.