org.openstreetmap.josm.gui.mappaint
Class MapPaintStyles.TagKeyReference

java.lang.Object
  extended by 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 instruction

    text: a_tag_name;
 
results in a tag reference for the tag a_tag_name in the style cascade.


Field Summary
 java.lang.String key
           
 
Constructor Summary
MapPaintStyles.TagKeyReference(java.lang.String key)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public final java.lang.String key
Constructor Detail

MapPaintStyles.TagKeyReference

public MapPaintStyles.TagKeyReference(java.lang.String key)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JOSM