public static enum PipelineAuthority.PipelinePrivilege extends Enum<PipelineAuthority.PipelinePrivilege> implements Privilege
Enum Constant and Description |
---|
CREATE |
DELETE |
EDIT |
START_STOP |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static PipelineAuthority.PipelinePrivilege |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineAuthority.PipelinePrivilege[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipelineAuthority.PipelinePrivilege CREATE
public static final PipelineAuthority.PipelinePrivilege START_STOP
public static final PipelineAuthority.PipelinePrivilege EDIT
public static final PipelineAuthority.PipelinePrivilege DELETE
public static PipelineAuthority.PipelinePrivilege[] values()
for (PipelineAuthority.PipelinePrivilege c : PipelineAuthority.PipelinePrivilege.values()) System.out.println(c);
public static PipelineAuthority.PipelinePrivilege 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<PipelineAuthority.PipelinePrivilege>
Copyright © GigaSpaces.