public static enum DataRole.Resource extends Enum<DataRole.Resource> implements DataRole
DataRole.OperationType, DataRole.Resource, DataRole.ResourceType| Enum Constant and Description |
|---|
configuration |
connectionConfiguration |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSchema() |
static DataRole.Resource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataRole.Resource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataRole.Resource configuration
public static final DataRole.Resource connectionConfiguration
public static DataRole.Resource[] values()
for (DataRole.Resource c : DataRole.Resource.values()) System.out.println(c);
public static DataRole.Resource 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.