Uses of Class
org.openstreetmap.josm.gui.conflict.tags.RelationMemberConflictDecisionType
-
Packages that use RelationMemberConflictDecisionType Package Description org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags. -
-
Uses of RelationMemberConflictDecisionType in org.openstreetmap.josm.gui.conflict.tags
Fields in org.openstreetmap.josm.gui.conflict.tags declared as RelationMemberConflictDecisionType Modifier and Type Field Description private RelationMemberConflictDecisionType
RelationMemberConflictDecision. decision
Methods in org.openstreetmap.josm.gui.conflict.tags that return RelationMemberConflictDecisionType Modifier and Type Method Description RelationMemberConflictDecisionType
RelationMemberConflictDecision. getDecision()
static RelationMemberConflictDecisionType
RelationMemberConflictDecisionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RelationMemberConflictDecisionType[]
RelationMemberConflictDecisionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.conflict.tags with parameters of type RelationMemberConflictDecisionType Modifier and Type Method Description void
RelationMemberConflictDecision. decide(RelationMemberConflictDecisionType decision)
-