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