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