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