public static enum ResourceTypes.DataRole extends Enum<ResourceTypes.DataRole> implements DataEntity.Role
| Enum Constant and Description |
|---|
configurationSchema |
connectionConfigurationSchema |
| Modifier and Type | Method and Description |
|---|---|
static ResourceTypes.DataRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceTypes.DataRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final ResourceTypes.DataRole configurationSchema
public static final ResourceTypes.DataRole connectionConfigurationSchema
public static ResourceTypes.DataRole[] values()
for (ResourceTypes.DataRole c : ResourceTypes.DataRole.values()) System.out.println(c);
values in interface DataEntity.Rolepublic static ResourceTypes.DataRole valueOf(String name)
valueOf in interface DataEntity.Rolename - 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 © 2015 Red Hat, Inc.. All rights reserved.