public static enum User.ActivityEmailType extends Enum<User.ActivityEmailType> implements EnumValue<Integer>
Modifier and Type | Method and Description |
---|---|
Integer |
getValue() |
static User.ActivityEmailType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.ActivityEmailType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User.ActivityEmailType Daily
public static final User.ActivityEmailType Weekly
public static final User.ActivityEmailType Monthly
public static final User.ActivityEmailType Never
public static User.ActivityEmailType[] values()
for (User.ActivityEmailType c : User.ActivityEmailType.values()) System.out.println(c);
public static User.ActivityEmailType 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 nullCopyright © 2014 Equilibrium. All rights reserved.