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