public static enum DataRole.OperationType extends Enum<DataRole.OperationType> implements DataRole
DataRole.OperationType, DataRole.Resource, DataRole.ResourceType| Enum Constant and Description |
|---|
parameterTypes |
returnType |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSchema() |
static DataRole.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataRole.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataRole.OperationType returnType
public static final DataRole.OperationType parameterTypes
public static DataRole.OperationType[] values()
for (DataRole.OperationType c : DataRole.OperationType.values()) System.out.println(c);
public static DataRole.OperationType valueOf(String name)
valueOf in interface DataRolename - 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 © 2014–2016 Red Hat, Inc.. All rights reserved.