public static enum ChangeLogManager.ChangeLogEntity extends java.lang.Enum<ChangeLogManager.ChangeLogEntity>
| Enum Constant and Description |
|---|
APPLICATION_POLICY
Top level container
|
APPLICATION_ROLE
An Application Role
|
POLICY
Policies
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeLogManager.ChangeLogEntity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChangeLogManager.ChangeLogEntity[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ChangeLogManager.ChangeLogEntity APPLICATION_ROLE
public static final ChangeLogManager.ChangeLogEntity POLICY
public static final ChangeLogManager.ChangeLogEntity APPLICATION_POLICY
public static ChangeLogManager.ChangeLogEntity[] values()
for (ChangeLogManager.ChangeLogEntity c : ChangeLogManager.ChangeLogEntity.values())
System.out.println(c);
public static ChangeLogManager.ChangeLogEntity 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 null