Package wt.projmgmt.admin
Class ProjectProgramType
java.lang.Object
wt.fc.EnumeratedType
wt.projmgmt.admin.ProjectProgramType
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
ProjectProgramType indicates the Type of the ProjectProgramType.
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 ProjectProgramTypeStatic final constant
Supported API: truestatic final ProjectProgramTypeStatic final constant
Supported API: truestatic final ProjectProgramTypeStatic final constant
Supported API: truestatic final ProjectProgramTypeStatic final constant
Supported API: truestatic final ProjectProgramTypeStatic final constant
Supported API: truestatic final ProjectProgramTypeStatic final constant
Supported API: truestatic final ProjectProgramTypeStatic final constant
Supported API: truestatic final ProjectProgramTypeStatic final constant
Supported API: truestatic final ProjectProgramTypeStatic 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 ProjectProgramTypeReturns the default value (instance) for the ProjectProgramType set.static ProjectProgramType[]Returns a copy of the set of valid values (instances) for the ProjectProgramType class.Returns a copy of the set of valid values (instances) for this instance, for the current user locale.static ProjectProgramTypetoProjectProgramType(String internal_value) Returns the ProjectProgramType 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
-
ProjectsIOwn
Static final constant
Supported API: true -
ProjectsMemberOf
Static final constant
Supported API: true -
ProjectsCreated
Static final constant
Supported API: true -
ProjectsAccessTo
Static final constant
Supported API: true -
ProgramsIOwn
Static final constant
Supported API: true -
ProgramsMemberOf
Static final constant
Supported API: true -
ProgramsCreated
Static final constant
Supported API: true -
ProgramsAccessTo
Static final constant
Supported API: true -
Selected
Static final constant
Supported API: true
-
-
Method Details
-
toProjectProgramType
public static ProjectProgramType toProjectProgramType(String internal_value) throws WTInvalidParameterException Returns the ProjectProgramType instance for the internal_value argument.
Supported API: true- Parameters:
internal_value- The internal (persistent) value for a valid instance of ProjectProgramType.- Returns:
- ProjectProgramType
- Throws:
WTInvalidParameterException
-
getProjectProgramType
Returns the default value (instance) for the ProjectProgramType set.
Supported API: true- Returns:
- ProjectProgramType
-
getProjectProgramTypeSet
Returns a copy of the set of valid values (instances) for the ProjectProgramType class.
Supported API: true- Returns:
- ProjectProgramType[]
-
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[]
-