public static enum Resources.DataRole extends Enum<Resources.DataRole> implements DataEntity.Role
| Enum Constant and Description |
|---|
configuration |
connectionConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static Resources.DataRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resources.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 Resources.DataRole configuration
public static final Resources.DataRole connectionConfiguration
public static Resources.DataRole[] values()
for (Resources.DataRole c : Resources.DataRole.values()) System.out.println(c);
values in interface DataEntity.Rolepublic static Resources.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.