Package ch.poole.osm.josmtemplateparser
Class Literal
- java.lang.Object
-
- ch.poole.osm.josmtemplateparser.Literal
-
-
Constructor Summary
Constructors Constructor Description Literal(@NotNull java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.Stringformat(@NotNull ch.poole.osm.josmfilterparser.Type type, @Nullable ch.poole.osm.josmfilterparser.Meta meta, @Nullable java.util.Map<java.lang.String,java.lang.String> tags)Format a concrete OSM elementjava.lang.StringtoString()
-
-
-
Method Detail
-
format
@NotNull public @NotNull java.lang.String format(@NotNull @NotNull ch.poole.osm.josmfilterparser.Type type, @Nullable @Nullable ch.poole.osm.josmfilterparser.Meta meta, @Nullable @Nullable java.util.Map<java.lang.String,java.lang.String> tags)Description copied from interface:FormatterFormat a concrete OSM element
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-