Class TagInfoTags
- java.lang.Object
-
- org.openstreetmap.atlas.checks.database.taginfo.TagInfoKeyTagCommon
-
- org.openstreetmap.atlas.checks.database.taginfo.TagInfoTags
-
- All Implemented Interfaces:
java.io.Serializable
public class TagInfoTags extends TagInfoKeyTagCommon
Class for tag info tags (key=value combinations)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagInfoTags(java.util.Map<java.lang.String,java.lang.Object> row)Create a TagInfo object for the Tags table
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()-
Methods inherited from class org.openstreetmap.atlas.checks.database.taginfo.TagInfoKeyTagCommon
getAndCast, getCountAll, getCountNodes, getCountRelations, getCountWays, getKey, isInWiki, isInWikiEn
-
-