public static enum DHXDataLoader.DHXDynLoadingMode extends java.lang.Enum<DHXDataLoader.DHXDynLoadingMode>
Modifier and Type | Method and Description |
---|---|
static DHXDataLoader.DHXDynLoadingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DHXDataLoader.DHXDynLoadingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DHXDataLoader.DHXDynLoadingMode day
public static final DHXDataLoader.DHXDynLoadingMode week
public static final DHXDataLoader.DHXDynLoadingMode month
public static final DHXDataLoader.DHXDynLoadingMode year
public static DHXDataLoader.DHXDynLoadingMode[] values()
for (DHXDataLoader.DHXDynLoadingMode c : DHXDataLoader.DHXDynLoadingMode.values()) System.out.println(c);
public static DHXDataLoader.DHXDynLoadingMode 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