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:
-
com.ptc.windchill.enterprise.report.ProjectProgramType- Serialized Form
-
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 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
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
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[]
-