Package com.ptc.netmarkets.role
Class NmCustomRole
java.lang.Object
wt.fc.EnumeratedType
wt.fc._DynamicEnumType
wt.fc.DynamicEnumType
com.ptc.netmarkets.role.NmCustomRole
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
Supported API: true
Extendable: false
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
Field Summary
Fields 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 NmCustomRoleReturns the default value (instance) for the NmCustomRole set.static NmCustomRole[]Returns a copy of the set of valid values (instances) for the NmCustomRole class.Returns a copy of the set of valid values (instances) for this instance, for the current user locale.static NmCustomRoletoNmCustomRole(String internal_value) Returns the NmCustomRole instance for the internal_value argument.Methods inherited from class wt.fc.DynamicEnumType
getDisplay, getShortDescriptionMethods inherited from class wt.fc.EnumeratedType
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getSelectableValueSet, 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
-
Method Details
-
toNmCustomRole
Returns the NmCustomRole instance for the internal_value argument.
Supported API: true- Parameters:
internal_value- The internal (persistent) value for a valid instance of NmCustomRole.- Returns:
- NmCustomRole
- Throws:
WTInvalidParameterException
-
getNmCustomRoleDefault
Returns the default value (instance) for the NmCustomRole set.
Supported API: true- Returns:
- NmCustomRole
-
getNmCustomRoleSet
Returns a copy of the set of valid values (instances) for the NmCustomRole class.
Supported API: true- Returns:
- NmCustomRole[]
-
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[]
-