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