public static enum NodeChanged.ChangedElement extends java.lang.Enum<NodeChanged.ChangedElement>
Enum Constant and Description |
---|
ATTRIBUTE |
DETAILS |
FORMULA_RESULT |
ICON |
NOTE |
TEXT |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static NodeChanged.ChangedElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeChanged.ChangedElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeChanged.ChangedElement TEXT
public static final NodeChanged.ChangedElement DETAILS
public static final NodeChanged.ChangedElement NOTE
public static final NodeChanged.ChangedElement ICON
public static final NodeChanged.ChangedElement ATTRIBUTE
public static final NodeChanged.ChangedElement FORMULA_RESULT
public static final NodeChanged.ChangedElement UNKNOWN
public static NodeChanged.ChangedElement[] values()
for (NodeChanged.ChangedElement c : NodeChanged.ChangedElement.values()) System.out.println(c);
public static NodeChanged.ChangedElement 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