public static enum OperationInfo.ResourceSelectionMode extends Enum<OperationInfo.ResourceSelectionMode>
| Modifier and Type | Field and Description |
|---|---|
String |
displayString |
| Modifier and Type | Method and Description |
|---|---|
static OperationInfo.ResourceSelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationInfo.ResourceSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationInfo.ResourceSelectionMode SELF
public static final OperationInfo.ResourceSelectionMode SPECIFIC
public static final OperationInfo.ResourceSelectionMode RELATIVE
public final String displayString
public static OperationInfo.ResourceSelectionMode[] values()
for (OperationInfo.ResourceSelectionMode c : OperationInfo.ResourceSelectionMode.values()) System.out.println(c);
public static OperationInfo.ResourceSelectionMode 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 © 2008-2013 Red Hat, Inc.. All Rights Reserved.