public static enum AdministratorAction.Type extends Enum<AdministratorAction.Type>
Enum Constant and Description |
---|
COMPONENT_RESTART
Used when modifications to a property require a component restart in
order to take effect (usually by disabling and re-enabling the
component).
|
NONE
Used when modifications to a property take effect immediately, and no
additional administrator action is required.
|
OTHER
Used when modifications to a property require an additional
administrative action in order to take effect.
|
SERVER_RESTART
Used when modifications to a property require a server restart in
order to take effect.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AdministratorAction.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdministratorAction.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdministratorAction.Type COMPONENT_RESTART
public static final AdministratorAction.Type NONE
public static final AdministratorAction.Type OTHER
public static final AdministratorAction.Type SERVER_RESTART
public static AdministratorAction.Type[] values()
for (AdministratorAction.Type c : AdministratorAction.Type.values()) System.out.println(c);
public static AdministratorAction.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<AdministratorAction.Type>
Copyright 2010-2017 ForgeRock AS.