public enum EntityAttrAccess extends java.lang.Enum<EntityAttrAccess>
| Modifier and Type | Method and Description |
|---|---|
static EntityAttrAccess |
fromId(int id) |
int |
getId() |
static EntityAttrAccess |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityAttrAccess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityAttrAccess DENY
public static final EntityAttrAccess VIEW
public static final EntityAttrAccess MODIFY
public static EntityAttrAccess[] values()
for (EntityAttrAccess c : EntityAttrAccess.values()) System.out.println(c);
public static EntityAttrAccess 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 nullpublic int getId()
public static EntityAttrAccess fromId(int id)