public enum EUpdateIntervalRegistration extends Enum<EUpdateIntervalRegistration>
| Enum Constant and Description |
|---|
DAILY |
END_OF_DAY |
END_OF_MONTH |
MONTH |
WEEK |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
static EUpdateIntervalRegistration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUpdateIntervalRegistration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EUpdateIntervalRegistration YEAR
public static final EUpdateIntervalRegistration MONTH
public static final EUpdateIntervalRegistration WEEK
public static final EUpdateIntervalRegistration END_OF_DAY
public static final EUpdateIntervalRegistration END_OF_MONTH
public static final EUpdateIntervalRegistration DAILY
public static EUpdateIntervalRegistration[] values()
for (EUpdateIntervalRegistration c : EUpdateIntervalRegistration.values()) System.out.println(c);
public static EUpdateIntervalRegistration 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 © 2011-2015 Sahits GmbH. All Rights Reserved.