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