|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.data.validation.TestError
org.openstreetmap.josm.data.validation.tests.DeprecatedTags.DeprecationError
private class DeprecatedTags.DeprecationError
Field Summary | |
---|---|
(package private) DeprecatedTags.DeprecationCheck |
check
|
(package private) OsmPrimitive |
p
|
Constructor Summary | |
---|---|
DeprecatedTags.DeprecationError(OsmPrimitive p,
DeprecatedTags.DeprecationCheck check)
|
Method Summary | |
---|---|
Command |
getFix()
Fixes the error with the appropriate command |
boolean |
isFixable()
Returns true if the error can be fixed automatically |
Methods inherited from class org.openstreetmap.josm.data.validation.TestError |
---|
getCode, getDescription, getIgnored, getIgnoreGroup, getIgnoreState, getIgnoreSubGroup, getMessage, getPrimitives, getSelectablePrimitives, getSeverity, getTester, paint, setIgnored, setMessage, setPrimitives, setSelected, setSeverity, visitHighlighted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
OsmPrimitive p
DeprecatedTags.DeprecationCheck check
Constructor Detail |
---|
DeprecatedTags.DeprecationError(OsmPrimitive p, DeprecatedTags.DeprecationCheck check)
Method Detail |
---|
public boolean isFixable()
TestError
isFixable
in class TestError
public Command getFix()
TestError
getFix
in class TestError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |