public static enum PushDelivery.CategoryActions extends Enum<PushDelivery.CategoryActions>
Modifier and Type | Method and Description |
---|---|
static PushDelivery.CategoryActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PushDelivery.CategoryActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PushDelivery.CategoryActions NONE
public static final PushDelivery.CategoryActions CATEGORY_OK
public static final PushDelivery.CategoryActions CATEGORY_EDIT
public static final PushDelivery.CategoryActions CATEGORY_SEND
public static final PushDelivery.CategoryActions CATEGORY_BUY
public static final PushDelivery.CategoryActions CATEGORY_SAVE
public static final PushDelivery.CategoryActions CATEGORY_FIND
public static final PushDelivery.CategoryActions CATEGORY_LIKE_DISLIKE
public static final PushDelivery.CategoryActions CATEGORY_LAUNCH
public static final PushDelivery.CategoryActions CATEGORY_REMIND
public static final PushDelivery.CategoryActions CATEGORY_DELETE
public static final PushDelivery.CategoryActions CATEGORY_FORBID
public static final PushDelivery.CategoryActions CATEGORY_LIKE_FOLLOW
public static final PushDelivery.CategoryActions CATEGORY_LIKE_SHARE
public static final PushDelivery.CategoryActions CATEGORY_SHARE
public static final PushDelivery.CategoryActions CATEGORY_SHOP
public static final PushDelivery.CategoryActions CATEGORY_YES
public static final PushDelivery.CategoryActions CATEGORY_ACCEPT
public static final PushDelivery.CategoryActions CATEGORY_CUSTOM
public static PushDelivery.CategoryActions[] values()
for (PushDelivery.CategoryActions c : PushDelivery.CategoryActions.values()) System.out.println(c);
public static PushDelivery.CategoryActions 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 null