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