org.openstreetmap.josm.data.validation.tests
Class DeprecatedTags.DeprecationCheck
java.lang.Object
org.openstreetmap.josm.data.validation.tests.DeprecatedTags.DeprecationCheck
- Enclosing class:
- DeprecatedTags
private static class DeprecatedTags.DeprecationCheck
- extends java.lang.Object
Field Summary |
(package private) java.util.List<Tag> |
alternatives
|
(package private) java.util.List<Tag> |
change
|
(package private) int |
code
|
(package private) java.util.List<Tag> |
test
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
int code
test
java.util.List<Tag> test
change
java.util.List<Tag> change
alternatives
java.util.List<Tag> alternatives
DeprecatedTags.DeprecationCheck
public DeprecatedTags.DeprecationCheck(int code)
test
DeprecatedTags.DeprecationCheck test(java.lang.String key,
java.lang.String value)
test
DeprecatedTags.DeprecationCheck test(java.lang.String key)
add
DeprecatedTags.DeprecationCheck add(java.lang.String key,
java.lang.String value)
remove
DeprecatedTags.DeprecationCheck remove(java.lang.String key)
testAndRemove
DeprecatedTags.DeprecationCheck testAndRemove(java.lang.String key,
java.lang.String value)
testAndRemove
DeprecatedTags.DeprecationCheck testAndRemove(java.lang.String key)
alternative
DeprecatedTags.DeprecationCheck alternative(java.lang.String key,
java.lang.String value)
alternative
DeprecatedTags.DeprecationCheck alternative(java.lang.String key)
matchesPrimitive
boolean matchesPrimitive(OsmPrimitive p)
fixPrimitive
Command fixPrimitive(OsmPrimitive p)
getDescription
java.lang.String getDescription()
JOSM