Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging |
Modifier and Type | Method and Description |
---|---|
abstract TaggingPresetItems.MatchType |
TaggingPresetItems.KeyedItem.getDefaultMatch() |
TaggingPresetItems.MatchType |
TaggingPresetItems.Key.getDefaultMatch() |
TaggingPresetItems.MatchType |
TaggingPresetItems.Text.getDefaultMatch() |
TaggingPresetItems.MatchType |
TaggingPresetItems.Check.getDefaultMatch() |
TaggingPresetItems.MatchType |
TaggingPresetItems.ComboMultiSelect.getDefaultMatch() |
static TaggingPresetItems.MatchType |
TaggingPresetItems.MatchType.ofString(String type)
Determines the
MatchType for the given textual value. |
static TaggingPresetItems.MatchType |
TaggingPresetItems.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaggingPresetItems.MatchType[] |
TaggingPresetItems.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|