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