public static enum ChangesetDataSet.ChangesetModificationType extends java.lang.Enum<ChangesetDataSet.ChangesetModificationType>
Enum Constant and Description |
---|
CREATED
The primitive has been created
|
DELETED
The primitive has been deleted
|
UPDATED
The primitive has been updated
|
Modifier and Type | Method and Description |
---|---|
static ChangesetDataSet.ChangesetModificationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChangesetDataSet.ChangesetModificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangesetDataSet.ChangesetModificationType CREATED
public static final ChangesetDataSet.ChangesetModificationType UPDATED
public static final ChangesetDataSet.ChangesetModificationType DELETED
public static ChangesetDataSet.ChangesetModificationType[] values()
for (ChangesetDataSet.ChangesetModificationType c : ChangesetDataSet.ChangesetModificationType.values()) System.out.println(c);
public static ChangesetDataSet.ChangesetModificationType 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