public static enum Content.ChangeEventType extends Enum<Content.ChangeEventType>
Enum Constant and Description |
---|
ContentChanged |
ToolAdded |
ToolRemoved |
Modifier and Type | Method and Description |
---|---|
static Content.ChangeEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Content.ChangeEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Content.ChangeEventType ContentChanged
public static final Content.ChangeEventType ToolAdded
public static final Content.ChangeEventType ToolRemoved
public static Content.ChangeEventType[] values()
for (Content.ChangeEventType c : Content.ChangeEventType.values()) System.out.println(c);
public static Content.ChangeEventType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null