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