public static enum OntopolyAccessStrategy.Privilege extends Enum<OntopolyAccessStrategy.Privilege>
Modifier and Type | Method and Description |
---|---|
static OntopolyAccessStrategy.Privilege |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OntopolyAccessStrategy.Privilege[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OntopolyAccessStrategy.Privilege EDIT
public static final OntopolyAccessStrategy.Privilege READ_ONLY
public static final OntopolyAccessStrategy.Privilege NONE
public static OntopolyAccessStrategy.Privilege[] values()
for (OntopolyAccessStrategy.Privilege c : OntopolyAccessStrategy.Privilege.values()) System.out.println(c);
public static OntopolyAccessStrategy.Privilege 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 null