protected static class TagChecker.CheckerData extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
TagChecker.CheckerData.CheckerElement |
Modifier and Type | Field and Description |
---|---|
private int |
code |
protected List<TagChecker.CheckerData.CheckerElement> |
data |
private String |
description |
protected Severity |
severity |
protected static int |
TAG_CHECK_ERROR |
protected static int |
TAG_CHECK_INFO |
protected static int |
TAG_CHECK_WARN |
private OsmPrimitiveType |
type |
Modifier | Constructor and Description |
---|---|
protected |
CheckerData() |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getData(String str) |
String |
getDescription() |
String |
getDescriptionOrig() |
Severity |
getSeverity() |
boolean |
match(OsmPrimitive osm,
Map<String,String> keys) |
private String description
protected List<TagChecker.CheckerData.CheckerElement> data
private OsmPrimitiveType type
private int code
protected static final int TAG_CHECK_ERROR
protected static final int TAG_CHECK_WARN
protected static final int TAG_CHECK_INFO
protected CheckerData()
public boolean match(OsmPrimitive osm, Map<String,String> keys)
public String getDescription()
public String getDescriptionOrig()
public Severity getSeverity()
public int getCode()