public enum ObserveDbRole extends Enum<ObserveDbRole>
| Enum Constant and Description |
|---|
ADMINISTRATOR |
REFERENTIAL |
TECHNICAL |
UNUSED |
USER |
| Modifier and Type | Method and Description |
|---|---|
static ObserveDbRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObserveDbRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObserveDbRole UNUSED
public static final ObserveDbRole REFERENTIAL
public static final ObserveDbRole USER
public static final ObserveDbRole TECHNICAL
public static final ObserveDbRole ADMINISTRATOR
public static ObserveDbRole[] values()
for (ObserveDbRole c : ObserveDbRole.values()) System.out.println(c);
public static ObserveDbRole valueOf(String name)
name - 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 © 2017–2018 IRD. All rights reserved.