public static enum Privilege.Clazz extends java.lang.Enum<Privilege.Clazz>
Modifier and Type | Field and Description |
---|---|
static java.util.List<Privilege.Clazz> |
VALUES |
Modifier and Type | Method and Description |
---|---|
static Privilege.Clazz |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Privilege.Clazz[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Privilege.Clazz CLUSTER
public static final Privilege.Clazz SCHEMA
public static final Privilege.Clazz TABLE
public static final Privilege.Clazz VIEW
public static final java.util.List<Privilege.Clazz> VALUES
public static Privilege.Clazz[] values()
for (Privilege.Clazz c : Privilege.Clazz.values()) System.out.println(c);
public static Privilege.Clazz 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