java.io.Serializable, java.lang.Comparable<Social.SocialFlag>public static enum Social.SocialFlag extends java.lang.Enum<Social.SocialFlag>
| Enum Constant | Description |
|---|---|
CONFIRM |
|
TARG_CONFIRM |
| Modifier and Type | Method | Description |
|---|---|---|
static Social.SocialFlag |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Social.SocialFlag[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Social.SocialFlag CONFIRM
public static final Social.SocialFlag TARG_CONFIRM
public static Social.SocialFlag[] values()
for (Social.SocialFlag c : Social.SocialFlag.values()) System.out.println(c);
public static Social.SocialFlag valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null