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