|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.EnumeratedType
wt.vc.wip.WorkInProgressState
The valid set of work-in-progress states that a workable object can exist
within.
Supported API: true
Extendable: false
Nested Class Summary |
Nested classes inherited from class wt.fc.EnumeratedType |
|
Field Summary | |
static WorkInProgressState |
CHECKED_IN
A constant that predefines a WIP state of being checked in. |
static WorkInProgressState |
CHECKED_OUT
A constant that predefines a WIP state of being checked out. |
static WorkInProgressState |
CHECKED_OUT_TO_SANDBOX
A constant that predefines a WIP state of being checked out to an sandbox project. |
private static String |
CLASS_RESOURCE
|
private static String |
CLASSNAME
|
private static Hashtable |
localeSets
|
private static String |
RESOURCE
|
static WorkInProgressState |
TERMINAL
A constant that predefines a WIP state of being a terminal iteration, i.e. |
static WorkInProgressState |
TO_CHECKED_IN
A constant that predefines a WIP transition state of going from a checkout to a checkin. |
static WorkInProgressState |
TO_DELETED
A constant that predefines a WIP transition state of going from a checkout to being deleted. |
protected static WorkInProgressState |
TO_WORKING
A constant that predefines a WIP transition state of going from a checkin to working. |
private static EnumeratedType[] |
valueSet
|
static WorkInProgressState |
WORKING
A constant that predefines a WIP state of being in work. |
Fields inherited from class wt.fc.EnumeratedType |
secretHandshake, SEP_CHAR |
Fields inherited from interface wt.meta.EnumeratedType |
DEFAULT_VALUE, ORDER, SELECTABLE |
Constructor Summary | |
protected |
WorkInProgressState()
Used by sub-classes that need a default constructor. |
Method Summary | |
protected EnumeratedType[] |
getLocaleSet(Locale locale)
Returns the set of values (instances) for this instance, for the specified locale. |
EnumeratedType[] |
getValueSet()
Returns a copy of the set of valid values (instances) for this instance, for the current user locale. |
static WorkInProgressState |
getWorkInProgressStateDefault()
Returns the default value (instance) for the WorkInProgressState set. |
static WorkInProgressState[] |
getWorkInProgressStateSet()
Returns a copy of the set of valid values (instances) for the WorkInProgressState class. |
private static EnumeratedType[] |
initializeLocaleSet(Locale locale)
|
static WorkInProgressState |
newWorkInProgressState(int secretHandshake)
Used by EnumeratedType for constructing instances of WorkInProgressState, from a resource bundle. |
static WorkInProgressState |
toWorkInProgressState(String internal_value)
Returns the WorkInProgressState instance for the internal_value argument. |
protected EnumeratedType[] |
valueSet()
Returns a reference to the set of valid values (instances) for this instance. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String CLASS_RESOURCE
private static final EnumeratedType[] valueSet
private static Hashtable localeSets
public static final WorkInProgressState CHECKED_IN
public static final WorkInProgressState CHECKED_OUT
public static final WorkInProgressState WORKING
public static final WorkInProgressState TO_CHECKED_IN
public static final WorkInProgressState TO_DELETED
protected static final WorkInProgressState TO_WORKING
public static final WorkInProgressState CHECKED_OUT_TO_SANDBOX
public static final WorkInProgressState TERMINAL
Constructor Detail |
protected WorkInProgressState()
Method Detail |
public static WorkInProgressState newWorkInProgressState(int secretHandshake) throws IllegalAccessException
secretHandshake
-
IllegalAccessException
public static WorkInProgressState toWorkInProgressState(String internal_value) throws WTInvalidParameterException
internal_value
- The internal (persistent) value for a valid instance of WorkInProgressState.
WTInvalidParameterException
public static WorkInProgressState getWorkInProgressStateDefault()
public static WorkInProgressState[] getWorkInProgressStateSet()
public EnumeratedType[] getValueSet()
getValueSet
in class EnumeratedType
protected EnumeratedType[] valueSet()
valueSet
in class EnumeratedType
protected EnumeratedType[] getLocaleSet(Locale locale)
getLocaleSet
in class EnumeratedType
locale
-
private static EnumeratedType[] initializeLocaleSet(Locale locale) throws Throwable
locale
-
Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |