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

public class NmCustomRole extends DynamicEnumType implements Serializable


Supported API: true

Extendable: false
See Also:
  • Method Details

    • toNmCustomRole

      public static NmCustomRole toNmCustomRole(String internal_value) throws WTInvalidParameterException
      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

      public static NmCustomRole getNmCustomRoleDefault()
      Returns the default value (instance) for the NmCustomRole set.

      Supported API: true
      Returns:
      NmCustomRole
    • getNmCustomRoleSet

      public static NmCustomRole[] getNmCustomRoleSet()
      Returns a copy of the set of valid values (instances) for the NmCustomRole class.

      Supported API: true
      Returns:
      NmCustomRole[]
    • getValueSet

      public EnumeratedType[] getValueSet()
      Returns a copy of the set of valid values (instances) for this instance, for the current user locale.

      Supported API: true
      Specified by:
      getValueSet in class EnumeratedType
      Returns:
      EnumeratedType[]