public static enum AbstractDatasetChangedEvent.DatasetEventType extends Enum<AbstractDatasetChangedEvent.DatasetEventType>
Enum Constant and Description |
---|
CHANGESET_ID_CHANGED |
DATA_CHANGED |
NODE_MOVED |
PRIMITIVES_ADDED |
PRIMITIVES_REMOVED |
RELATION_MEMBERS_CHANGED |
TAGS_CHANGED |
WAY_NODES_CHANGED |
Modifier and Type | Method and Description |
---|---|
static AbstractDatasetChangedEvent.DatasetEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDatasetChangedEvent.DatasetEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractDatasetChangedEvent.DatasetEventType DATA_CHANGED
public static final AbstractDatasetChangedEvent.DatasetEventType NODE_MOVED
public static final AbstractDatasetChangedEvent.DatasetEventType PRIMITIVES_ADDED
public static final AbstractDatasetChangedEvent.DatasetEventType PRIMITIVES_REMOVED
public static final AbstractDatasetChangedEvent.DatasetEventType RELATION_MEMBERS_CHANGED
public static final AbstractDatasetChangedEvent.DatasetEventType TAGS_CHANGED
public static final AbstractDatasetChangedEvent.DatasetEventType WAY_NODES_CHANGED
public static final AbstractDatasetChangedEvent.DatasetEventType CHANGESET_ID_CHANGED
public static AbstractDatasetChangedEvent.DatasetEventType[] values()
for (AbstractDatasetChangedEvent.DatasetEventType c : AbstractDatasetChangedEvent.DatasetEventType.values()) System.out.println(c);
public static AbstractDatasetChangedEvent.DatasetEventType 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