org.openstreetmap.josm.data.validation.tests
Class DeprecatedTags.DeprecationCheck

java.lang.Object
  extended by 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
           
 
Constructor Summary
DeprecatedTags.DeprecationCheck(int code)
           
 
Method Summary
(package private)  DeprecatedTags.DeprecationCheck add(java.lang.String key, java.lang.String value)
           
(package private)  DeprecatedTags.DeprecationCheck alternative(java.lang.String key)
           
(package private)  DeprecatedTags.DeprecationCheck alternative(java.lang.String key, java.lang.String value)
           
(package private)  Command fixPrimitive(OsmPrimitive p)
           
(package private)  java.lang.String getDescription()
           
(package private)  boolean matchesPrimitive(OsmPrimitive p)
           
(package private)  DeprecatedTags.DeprecationCheck remove(java.lang.String key)
           
(package private)  DeprecatedTags.DeprecationCheck test(java.lang.String key)
           
(package private)  DeprecatedTags.DeprecationCheck test(java.lang.String key, java.lang.String value)
           
(package private)  DeprecatedTags.DeprecationCheck testAndRemove(java.lang.String key)
           
(package private)  DeprecatedTags.DeprecationCheck testAndRemove(java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

int code

test

java.util.List<Tag> test

change

java.util.List<Tag> change

alternatives

java.util.List<Tag> alternatives
Constructor Detail

DeprecatedTags.DeprecationCheck

public DeprecatedTags.DeprecationCheck(int code)
Method Detail

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