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