@Generated public enum RunAsRole extends Enum<RunAsRole>
| Modifier and Type | Method and Description |
|---|---|
static RunAsRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunAsRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunAsRole OWNER
public static final RunAsRole VIEWER
public static RunAsRole[] values()
for (RunAsRole c : RunAsRole.values()) System.out.println(c);
public static RunAsRole 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 © 2024. All rights reserved.