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