org.openstreetmap.josm.data.osm
Class OsmUtils

java.lang.Object
  extended by org.openstreetmap.josm.data.osm.OsmUtils

public class OsmUtils
extends java.lang.Object


Field Summary
(package private) static java.util.ArrayList<java.lang.String> FALSE_VALUES
           
static java.lang.String falseval
           
(package private) static java.util.ArrayList<java.lang.String> REVERSE_VALUES
           
static java.lang.String reverseval
           
(package private) static java.util.ArrayList<java.lang.String> TRUE_VALUES
           
static java.lang.String trueval
           
 
Constructor Summary
OsmUtils()
           
 
Method Summary
static java.lang.String getNamedOsmBoolean(java.lang.String value)
           
static java.lang.Boolean getOsmBoolean(java.lang.String value)
           
static boolean isFalse(java.lang.String value)
           
static boolean isReversed(java.lang.String value)
           
static boolean isTrue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE_VALUES

static java.util.ArrayList<java.lang.String> TRUE_VALUES

FALSE_VALUES

static java.util.ArrayList<java.lang.String> FALSE_VALUES

REVERSE_VALUES

static java.util.ArrayList<java.lang.String> REVERSE_VALUES

trueval

public static final java.lang.String trueval
See Also:
Constant Field Values

falseval

public static final java.lang.String falseval
See Also:
Constant Field Values

reverseval

public static final java.lang.String reverseval
See Also:
Constant Field Values
Constructor Detail

OsmUtils

public OsmUtils()
Method Detail

getOsmBoolean

public static java.lang.Boolean getOsmBoolean(java.lang.String value)

getNamedOsmBoolean

public static java.lang.String getNamedOsmBoolean(java.lang.String value)

isReversed

public static boolean isReversed(java.lang.String value)

isTrue

public static boolean isTrue(java.lang.String value)

isFalse

public static boolean isFalse(java.lang.String value)


JOSM