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