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