public static enum AddPropertiesUser.Interactiveness extends Enum<AddPropertiesUser.Interactiveness>
Enum Constant and Description |
---|
INTERACTIVE |
NON_INTERACTIVE |
SILENT |
Modifier and Type | Method and Description |
---|---|
static AddPropertiesUser.Interactiveness |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddPropertiesUser.Interactiveness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddPropertiesUser.Interactiveness SILENT
public static final AddPropertiesUser.Interactiveness NON_INTERACTIVE
public static final AddPropertiesUser.Interactiveness INTERACTIVE
public static AddPropertiesUser.Interactiveness[] values()
for (AddPropertiesUser.Interactiveness c : AddPropertiesUser.Interactiveness.values()) System.out.println(c);
public static AddPropertiesUser.Interactiveness 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 © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.