Uses of Class
org.openstreetmap.josm.gui.conflict.tags.MultiValueDecisionType

Packages that use MultiValueDecisionType
org.openstreetmap.josm.gui.conflict.tags   
 

Uses of MultiValueDecisionType in org.openstreetmap.josm.gui.conflict.tags
 

Fields in org.openstreetmap.josm.gui.conflict.tags declared as MultiValueDecisionType
private  MultiValueDecisionType MultiValueResolutionDecision.type
          the type of decision
 

Methods in org.openstreetmap.josm.gui.conflict.tags that return MultiValueDecisionType
 MultiValueDecisionType MultiValueResolutionDecision.getDecisionType()
          Replies the type of the resolution
static MultiValueDecisionType MultiValueDecisionType.valueOf(java.lang.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.
 



JOSM