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