public static enum PermissionGenerator.Parameter extends java.lang.Enum<PermissionGenerator.Parameter>
| Enum Constant and Description |
|---|
ADMIN |
CAPABILITIES |
PACKAGES |
SERVICES |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
generate(java.lang.StringBuilder sb,
Builder builder) |
static PermissionGenerator.Parameter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PermissionGenerator.Parameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermissionGenerator.Parameter ADMIN
public static final PermissionGenerator.Parameter CAPABILITIES
public static final PermissionGenerator.Parameter PACKAGES
public static final PermissionGenerator.Parameter SERVICES
public static PermissionGenerator.Parameter[] values()
for (PermissionGenerator.Parameter c : PermissionGenerator.Parameter.values()) System.out.println(c);
public static PermissionGenerator.Parameter 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 abstract void generate(java.lang.StringBuilder sb,
Builder builder)