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