public static enum NAryTreeHistory.TypesOfChange extends java.lang.Enum<NAryTreeHistory.TypesOfChange>
Modifier and Type | Method and Description |
---|---|
static NAryTreeHistory.TypesOfChange |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NAryTreeHistory.TypesOfChange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NAryTreeHistory.TypesOfChange REMOVE
public static final NAryTreeHistory.TypesOfChange ADD
public static final NAryTreeHistory.TypesOfChange OTHER
public static final NAryTreeHistory.TypesOfChange USELESS
public static NAryTreeHistory.TypesOfChange[] values()
for (NAryTreeHistory.TypesOfChange c : NAryTreeHistory.TypesOfChange.values()) System.out.println(c);
public static NAryTreeHistory.TypesOfChange 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