Package wt.vc.wip
Class WorkInProgressState
java.lang.Object
wt.fc.EnumeratedType
wt.vc.wip._WorkInProgressState
wt.vc.wip.WorkInProgressState
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
@GenAsEnumeratedType(supportedAPI=PUBLIC)
public class WorkInProgressState
extends _WorkInProgressState
The valid set of work-in-progress states that a workable object can exist
within.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WorkInProgressStateA constant that predefines a WIP state of being checked in.static final WorkInProgressStateA constant that predefines a WIP state of being checked out.static final WorkInProgressStateA constant that predefines a WIP state of being checked out to an sandbox project.static final WorkInProgressStateA constant that predefines a WIP state of being in work on a private checkout.static final WorkInProgressStateA constant that predefines a WIP state of being a terminal iteration, i.e.static final WorkInProgressStateA constant that predefines a WIP state of being in work.Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.vc.wip._WorkInProgressState
getValueSet, getWorkInProgressStateDefault, getWorkInProgressStateSet, toWorkInProgressStateMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
CHECKED_IN
A constant that predefines a WIP state of being checked in.
Supported API: true -
CHECKED_OUT
A constant that predefines a WIP state of being checked out.
Supported API: true -
WORKING
A constant that predefines a WIP state of being in work.
Supported API: true -
PRIVATE_WORKING
A constant that predefines a WIP state of being in work on a private checkout.
Supported API: true -
CHECKED_OUT_TO_SANDBOX
A constant that predefines a WIP state of being checked out to an sandbox project. This state is now obsolete, but may still exist in customer databases.
Supported API: true -
TERMINAL
A constant that predefines a WIP state of being a terminal iteration, i.e. one upon which no further WIP is to be allowed (similar to, but different than, a released lifecycle state). This state is now obsolete, but may still exist in customer databases.
Supported API: true
-