public static enum AddUser.FileMode extends Enum<AddUser.FileMode>
| Enum Constant and Description |
|---|
APPLICATION |
MANAGEMENT |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static AddUser.FileMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddUser.FileMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddUser.FileMode MANAGEMENT
public static final AddUser.FileMode APPLICATION
public static final AddUser.FileMode UNDEFINED
public static AddUser.FileMode[] values()
for (AddUser.FileMode c : AddUser.FileMode.values()) System.out.println(c);
public static AddUser.FileMode 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 © 2018 JBoss by Red Hat. All rights reserved.