public enum SecurityDDModel extends Enum<SecurityDDModel>
| Enum Constant and Description |
|---|
ADVANCED |
CUSTOM_ROLES |
CUSTOM_ROLES_AND_POLICIES |
DD_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static SecurityDDModel |
fromValue(String value) |
String |
toString() |
String |
value() |
static SecurityDDModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityDDModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityDDModel DD_ONLY
public static final SecurityDDModel CUSTOM_ROLES
public static final SecurityDDModel CUSTOM_ROLES_AND_POLICIES
public static final SecurityDDModel ADVANCED
public static SecurityDDModel[] values()
for (SecurityDDModel c : SecurityDDModel.values()) System.out.println(c);
public static SecurityDDModel 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 static SecurityDDModel fromValue(String value)
public String toString()
toString in class Enum<SecurityDDModel>public String value()