Package wt.projmgmt.admin
Class ProjectOverdueValue
java.lang.Object
wt.fc.EnumeratedType
wt.projmgmt.admin.ProjectOverdueValue
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
ProjectOverdueValue is a specialization of
Supported API: true
Extendable: false
EnumeratedType to
provide localizable overdue state value. The localized overdue state values are maintained
in a resource bundle ProjectOverdueValueRB, and its locale
derivatives
Supported API: true
Extendable: false
- See Also:
-
EnumeratedTypewt.projmgmt.admin.ProjectOverdueValueRB- Serialized Form
-
Field Summary
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectOverdueValueReturns the default value (instance) for the ProjectOverdueValue set.static ProjectOverdueValue[]Returns a copy of the set of valid values (instances) for the ProjectOverdueValue class.Returns a copy of the set of valid values (instances) for this instance, for the current user locale.static ProjectOverdueValuetoProjectOverdueValue(String internal_value) Returns the ProjectOverdueValue instance for the internal_value argument.Methods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Method Details
-
toProjectOverdueValue
public static ProjectOverdueValue toProjectOverdueValue(String internal_value) throws WTInvalidParameterException Returns the ProjectOverdueValue instance for the internal_value argument.
Supported API: true- Parameters:
internal_value- The internal (persistent) value for a valid instance of ProjectOverdueValue.- Returns:
- ProjectOverdueValue
- Throws:
WTInvalidParameterException
-
getProjectOverdueValueDefault
Returns the default value (instance) for the ProjectOverdueValue set.
Supported API: true- Returns:
- ProjectOverdueValue
-
getProjectOverdueValueSet
Returns a copy of the set of valid values (instances) for the ProjectOverdueValue class.
Supported API: true- Returns:
- ProjectOverdueValue[]
-
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[]
-