public enum RelationMemberConflictDecisionType extends java.lang.Enum<RelationMemberConflictDecisionType>
Enum Constant and Description |
---|
KEEP
keep the respective relation member for the target primitive (the target node
in a node merge operation or the target way in a combine way operation)
|
REMOVE
remove the respective relation member
|
UNDECIDED
not yet decided
|
Modifier and Type | Method and Description |
---|---|
static void |
prepareLabel(RelationMemberConflictDecisionType decision,
javax.swing.JLabel label) |
static RelationMemberConflictDecisionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelationMemberConflictDecisionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationMemberConflictDecisionType KEEP
public static final RelationMemberConflictDecisionType REMOVE
public static final RelationMemberConflictDecisionType UNDECIDED
public static RelationMemberConflictDecisionType[] values()
for (RelationMemberConflictDecisionType c : RelationMemberConflictDecisionType.values()) System.out.println(c);
public static RelationMemberConflictDecisionType 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 nullpublic static void prepareLabel(RelationMemberConflictDecisionType decision, javax.swing.JLabel label)