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