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:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
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 class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.vc.wip._WorkInProgressState
getLocaleSet, getValueSet, getWorkInProgressStateDefault, getWorkInProgressStateSet, newWorkInProgressState, reloadEnumeratedTypeWithCustomValues, toWorkInProgressState, valueSetMethods inherited from class wt.fc.EnumeratedType
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, hashCode, instantiateSet, instantiateSet, isCustomValueLoaded, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, setCustomValueLoaded, setCustomValueLoadedTrueForAllEntries, setDefaultValue, setLocalizedValues, setOrder, setSelectable, setValue, toEnumeratedType, toEnumeratedType, toEnumeratedType, toString, validateFriendship
-
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
-