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

Packages that use DeprecatedTags.DeprecationCheck
org.openstreetmap.josm.data.validation.tests   
 

Uses of DeprecatedTags.DeprecationCheck in org.openstreetmap.josm.data.validation.tests
 

Fields in org.openstreetmap.josm.data.validation.tests declared as DeprecatedTags.DeprecationCheck
(package private)  DeprecatedTags.DeprecationCheck DeprecatedTags.DeprecationError.check
           
 

Fields in org.openstreetmap.josm.data.validation.tests with type parameters of type DeprecatedTags.DeprecationCheck
private  java.util.List<DeprecatedTags.DeprecationCheck> DeprecatedTags.checks
           
 

Methods in org.openstreetmap.josm.data.validation.tests that return DeprecatedTags.DeprecationCheck
(package private)  DeprecatedTags.DeprecationCheck DeprecatedTags.DeprecationCheck.add(java.lang.String key, java.lang.String value)
           
(package private)  DeprecatedTags.DeprecationCheck DeprecatedTags.DeprecationCheck.alternative(java.lang.String key)
           
(package private)  DeprecatedTags.DeprecationCheck DeprecatedTags.DeprecationCheck.alternative(java.lang.String key, java.lang.String value)
           
(package private)  DeprecatedTags.DeprecationCheck DeprecatedTags.DeprecationCheck.remove(java.lang.String key)
           
(package private)  DeprecatedTags.DeprecationCheck DeprecatedTags.DeprecationCheck.test(java.lang.String key)
           
(package private)  DeprecatedTags.DeprecationCheck DeprecatedTags.DeprecationCheck.test(java.lang.String key, java.lang.String value)
           
(package private)  DeprecatedTags.DeprecationCheck DeprecatedTags.DeprecationCheck.testAndRemove(java.lang.String key)
           
(package private)  DeprecatedTags.DeprecationCheck DeprecatedTags.DeprecationCheck.testAndRemove(java.lang.String key, java.lang.String value)
           
 

Constructors in org.openstreetmap.josm.data.validation.tests with parameters of type DeprecatedTags.DeprecationCheck
DeprecatedTags.DeprecationError(OsmPrimitive p, DeprecatedTags.DeprecationCheck check)
           
 



JOSM