public static enum ManagedAttribute.Type extends java.lang.Enum<ManagedAttribute.Type> implements sailpoint.tools.Localizable
Enum Constant and Description |
---|
Entitlement |
Permission |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedMessage()
Creates localized text using the server locale and timezone.
|
java.lang.String |
getLocalizedMessage(java.util.Locale locale,
java.util.TimeZone timezone)
Creates localized text using the given locale and timezone.
|
java.lang.String |
getMessageKey() |
static ManagedAttribute.Type |
valueOf(java.lang.String name)
Returns 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.
|
public static final ManagedAttribute.Type Entitlement
public static final ManagedAttribute.Type Permission
public static ManagedAttribute.Type[] values()
for (ManagedAttribute.Type c : ManagedAttribute.Type.values()) System.out.println(c);
public static ManagedAttribute.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getMessageKey()
public java.lang.String getLocalizedMessage()
sailpoint.tools.Localizable
getLocalizedMessage
in interface sailpoint.tools.Localizable
public java.lang.String getLocalizedMessage(java.util.Locale locale, java.util.TimeZone timezone)
sailpoint.tools.Localizable
getLocalizedMessage
in interface sailpoint.tools.Localizable
locale
- Locale to use. If null the default locale is used.timezone
- TimeZone to use. If null the server timezone is used.