public static enum DataChangeDetail.ChangeFlag extends Enum<DataChangeDetail.ChangeFlag>
Enum Constant and Description |
---|
ADDED
Indicates that a change was detected because an element (editor, language) was added
during the modification.
|
CHANGED
Indicates that a change was detected because an element (editor, language) was changed
during the modification.
|
REMOVED
Indicates that a change was detected because an element (editor, language) was removed
during the modification.
|
Modifier and Type | Method and Description |
---|---|
static DataChangeDetail.ChangeFlag |
forTypeChar(char c) |
char |
getTypeChar() |
static DataChangeDetail.ChangeFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataChangeDetail.ChangeFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataChangeDetail.ChangeFlag ADDED
public static final DataChangeDetail.ChangeFlag REMOVED
public static final DataChangeDetail.ChangeFlag CHANGED
public static DataChangeDetail.ChangeFlag[] values()
for (DataChangeDetail.ChangeFlag c : DataChangeDetail.ChangeFlag.values()) System.out.println(c);
public static DataChangeDetail.ChangeFlag 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 nullpublic char getTypeChar()
public static DataChangeDetail.ChangeFlag forTypeChar(char c)
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500