Package wt.projmgmt.admin
Class ContextType
java.lang.Object
wt.fc.EnumeratedType
wt.projmgmt.admin.ContextType
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
ContextType indicates the Type of the ContextType.
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 ContextTypeStatic final constant
Supported API: truestatic final ContextTypeStatic final constant
Supported API: truestatic final ContextTypeStatic final constant
Supported API: truestatic final ContextTypeStatic final constant
Supported API: truestatic final ContextTypeStatic final constant
Supported API: trueFields inherited from class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Modifier and TypeMethodDescriptionstatic ContextTypeReturns the default value (instance) for the ContextType set.static ContextType[]Returns a copy of the set of valid values (instances) for the ContextType class.Returns a copy of the set of valid values (instances) for this instance, for the current user locale.static ContextTypetoContextType(String internal_value) Returns the ContextType instance for the internal_value argument.Methods 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
-
ContextsIOwn
Static final constant
Supported API: true -
ContextsMemberOf
Static final constant
Supported API: true -
ContextsCreated
Static final constant
Supported API: true -
ContextsAccessTo
Static final constant
Supported API: true -
Selected
Static final constant
Supported API: true
-
-
Method Details
-
toContextType
Returns the ContextType instance for the internal_value argument.
Supported API: true- Parameters:
internal_value- The internal (persistent) value for a valid instance of ContextType.- Returns:
- ContextType
- Throws:
WTInvalidParameterException
-
getContextType
Returns the default value (instance) for the ContextType set.
Supported API: true- Returns:
- ContextType
-
getContextTypeSet
Returns a copy of the set of valid values (instances) for the ContextType class.
Supported API: true- Returns:
- ContextType[]
-
getValueSet
Returns a copy of the set of valid values (instances) for this instance, for the current user locale.
Supported API: true- Specified by:
getValueSetin classEnumeratedType- Returns:
- EnumeratedType[]
-