Class MapPaintStyles.TagKeyReference
- java.lang.Object
-
- org.openstreetmap.josm.gui.mappaint.MapPaintStyles.TagKeyReference
-
- Enclosing class:
- MapPaintStyles
public static class MapPaintStyles.TagKeyReference extends java.lang.Object
Value holder for a reference to a tag name. A style instructiontext: a_tag_name;
results in a tag reference for the taga_tag_name
in the style cascade.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
key
The tag name
-
Constructor Summary
Constructors Constructor Description TagKeyReference(java.lang.String key)
Create a newMapPaintStyles.TagKeyReference
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
key
public final java.lang.String key
The tag name
-
-
Constructor Detail
-
TagKeyReference
public TagKeyReference(java.lang.String key)
Create a newMapPaintStyles.TagKeyReference
- Parameters:
key
- The tag name
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-