public static enum EventSourceGroup.EnumRole extends Enum<EventSourceGroup.EnumRole>
| Enum Constant and Description |
|---|
NULL |
VALUE_ANALYST |
VALUE_LIMITED_ANALYST |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static EventSourceGroup.EnumRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventSourceGroup.EnumRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventSourceGroup.EnumRole VALUE_ANALYST
public static final EventSourceGroup.EnumRole VALUE_LIMITED_ANALYST
public static final EventSourceGroup.EnumRole NULL
public static EventSourceGroup.EnumRole[] values()
for (EventSourceGroup.EnumRole c : EventSourceGroup.EnumRole.values()) System.out.println(c);
public static EventSourceGroup.EnumRole 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 nullpublic String toString()
toString in class Enum<EventSourceGroup.EnumRole>Copyright © 2018. All rights reserved.