public static enum ACLEntryDTO.ValueEnum extends Enum<ACLEntryDTO.ValueEnum>
| Enum Constant and Description |
|---|
FORBIDDEN |
FULL_ACCESS |
READ_ONLY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ACLEntryDTO.ValueEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ACLEntryDTO.ValueEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ACLEntryDTO.ValueEnum FORBIDDEN
public static final ACLEntryDTO.ValueEnum READ_ONLY
public static final ACLEntryDTO.ValueEnum FULL_ACCESS
public static ACLEntryDTO.ValueEnum[] values()
for (ACLEntryDTO.ValueEnum c : ACLEntryDTO.ValueEnum.values()) System.out.println(c);
public static ACLEntryDTO.ValueEnum 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<ACLEntryDTO.ValueEnum>Copyright © 2019 DocDoku. All rights reserved.