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