Enum ManagedAttribute.Type

java.lang.Object
java.lang.Enum<ManagedAttribute.Type>
sailpoint.object.ManagedAttribute.Type
All Implemented Interfaces:
Serializable, Comparable<ManagedAttribute.Type>, sailpoint.tools.Localizable
Enclosing class:
ManagedAttribute

public static enum ManagedAttribute.Type extends Enum<ManagedAttribute.Type> implements sailpoint.tools.Localizable
  • Enum Constant Details

  • Method Details

    • values

      public static ManagedAttribute.Type[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ManagedAttribute.Type valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getMessageKey

      public String getMessageKey()
    • getLocalizedMessage

      public String getLocalizedMessage()
      Description copied from interface: sailpoint.tools.Localizable
      Creates localized text using the server locale and timezone.
      Specified by:
      getLocalizedMessage in interface sailpoint.tools.Localizable
      Returns:
      localized message text.
    • getLocalizedMessage

      public String getLocalizedMessage(Locale locale, TimeZone timezone)
      Description copied from interface: sailpoint.tools.Localizable
      Creates localized text using the given locale and timezone.
      Specified by:
      getLocalizedMessage in interface sailpoint.tools.Localizable
      Parameters:
      locale - Locale to use. If null the default locale is used.
      timezone - TimeZone to use. If null the server timezone is used.
      Returns:
      localized message text.