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