Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
Modifier and Type | Method and Description |
---|---|
(package private) static CrossingWays.WayType |
CrossingWays.WayType.of(Way w) |
static CrossingWays.WayType |
CrossingWays.WayType.valueOf(java.lang.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.
|