public static enum UserSetting.FREQUENCY extends Enum<UserSetting.FREQUENCY>
| Modifier and Type | Method and Description |
|---|---|
static UserSetting.FREQUENCY |
getFrequecy(String name) |
static UserSetting.FREQUENCY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSetting.FREQUENCY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserSetting.FREQUENCY INSTANTLY
public static final UserSetting.FREQUENCY DAILY
public static final UserSetting.FREQUENCY WEEKLY
public static UserSetting.FREQUENCY[] values()
for (UserSetting.FREQUENCY c : UserSetting.FREQUENCY.values()) System.out.println(c);
public static UserSetting.FREQUENCY 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 static UserSetting.FREQUENCY getFrequecy(String name)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.