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