public static enum TurbineModelManager.Privilege extends Enum<TurbineModelManager.Privilege>
| Enum Constant and Description |
|---|
GRANT |
REPLACE_ROLE |
REVOKE |
| Modifier and Type | Method and Description |
|---|---|
static TurbineModelManager.Privilege |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TurbineModelManager.Privilege[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TurbineModelManager.Privilege GRANT
public static final TurbineModelManager.Privilege REVOKE
public static final TurbineModelManager.Privilege REPLACE_ROLE
public static TurbineModelManager.Privilege[] values()
for (TurbineModelManager.Privilege c : TurbineModelManager.Privilege.values()) System.out.println(c);
public static TurbineModelManager.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 nullCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.