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