public static enum OperationInfo.Constants extends Enum<OperationInfo.Constants>
| Enum Constant and Description |
|---|
OPERATION_ID |
RELATIVE_ANCESTOR_TYPE_ID |
RELATIVE_DESCENDANT_NAME |
RELATIVE_DESCENDANT_TYPE_ID |
SELECTION_MODE |
SPECIFIC_RESOURCE_ID |
| Modifier and Type | Field and Description |
|---|---|
String |
propertyName |
| Modifier and Type | Method and Description |
|---|---|
static OperationInfo.Constants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationInfo.Constants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationInfo.Constants SELECTION_MODE
public static final OperationInfo.Constants SPECIFIC_RESOURCE_ID
public static final OperationInfo.Constants RELATIVE_ANCESTOR_TYPE_ID
public static final OperationInfo.Constants RELATIVE_DESCENDANT_TYPE_ID
public static final OperationInfo.Constants RELATIVE_DESCENDANT_NAME
public static final OperationInfo.Constants OPERATION_ID
public final String propertyName
public static OperationInfo.Constants[] values()
for (OperationInfo.Constants c : OperationInfo.Constants.values()) System.out.println(c);
public static OperationInfo.Constants 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-2014 Red Hat, Inc.. All Rights Reserved.