Uses of Class
org.openstreetmap.josm.data.validation.tests.CrossingWays.WayType
-
Packages that use CrossingWays.WayType Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests. -
-
Uses of CrossingWays.WayType in org.openstreetmap.josm.data.validation.tests
Methods in org.openstreetmap.josm.data.validation.tests that return CrossingWays.WayType Modifier and Type Method Description (package private) static CrossingWays.WayType
CrossingWays.WayType. of(Way w)
static CrossingWays.WayType
CrossingWays.WayType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CrossingWays.WayType[]
CrossingWays.WayType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-