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:
-
Field Summary
Fields 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
getDisplayMethods inherited from class wt.fc.EnumeratedType
equals, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
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[]
-