public enum NodeTransformationProposedState extends Enum<NodeTransformationProposedState>
| Enum Constant and Description |
|---|
DECLARE_AS_EMPTY |
DECLARE_AS_TRUE |
NO_LOCAL_CHANGE |
REPLACE_BY_NEW_NODE |
REPLACE_BY_UNIQUE_NON_EMPTY_CHILD |
| Modifier and Type | Method and Description |
|---|---|
static NodeTransformationProposedState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeTransformationProposedState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeTransformationProposedState NO_LOCAL_CHANGE
public static final NodeTransformationProposedState REPLACE_BY_UNIQUE_NON_EMPTY_CHILD
public static final NodeTransformationProposedState REPLACE_BY_NEW_NODE
public static final NodeTransformationProposedState DECLARE_AS_EMPTY
public static final NodeTransformationProposedState DECLARE_AS_TRUE
public static NodeTransformationProposedState[] values()
for (NodeTransformationProposedState c : NodeTransformationProposedState.values()) System.out.println(c);
public static NodeTransformationProposedState 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 nullCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.