Package sailpoint.object
Enum 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 Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionCreates localized text using the server locale and timezone.getLocalizedMessage(Locale locale, TimeZone timezone) Creates localized text using the given locale and timezone.static ManagedAttribute.TypeReturns the enum constant of this type with the specified name.static ManagedAttribute.Type[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Entitlement
-
Permission
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getMessageKey
-
getLocalizedMessage
Description copied from interface:sailpoint.tools.LocalizableCreates localized text using the server locale and timezone.- Specified by:
getLocalizedMessagein interfacesailpoint.tools.Localizable- Returns:
- localized message text.
-
getLocalizedMessage
Description copied from interface:sailpoint.tools.LocalizableCreates localized text using the given locale and timezone.- Specified by:
getLocalizedMessagein interfacesailpoint.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.
-