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