public static enum RoadElement.FormOfWay extends java.lang.Enum<RoadElement.FormOfWay>
Modifier and Type | Method and Description |
---|---|
static RoadElement.FormOfWay |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoadElement.FormOfWay[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoadElement.FormOfWay UNDEFINED
public static final RoadElement.FormOfWay MOTORWAY
public static final RoadElement.FormOfWay MULTI_CARRIAGEWAY
public static final RoadElement.FormOfWay SINGLE_CARRIAGEWAY
public static final RoadElement.FormOfWay ROUNDABOUT
public static final RoadElement.FormOfWay SPECIAL_TRAFFIC_FIGURE
public static final RoadElement.FormOfWay SLIPROAD
public static final RoadElement.FormOfWay PEDESTRIAN_ZONE
public static final RoadElement.FormOfWay PEDESTRIAN_WALKWAY
public static final RoadElement.FormOfWay SERVICE_ACCESS_PARKING
public static final RoadElement.FormOfWay SERVICE_ACCESS_OTHER
public static final RoadElement.FormOfWay SERVICE_ROAD
public static final RoadElement.FormOfWay ETA_PARKING_PLACE
public static final RoadElement.FormOfWay ETA_PARKING_BUILDING
public static final RoadElement.FormOfWay ETA_UNSTRUCTURED_TRAFFIC_SQUARE
public static final RoadElement.FormOfWay ROAD_FOR_AUTHORITIES
public static RoadElement.FormOfWay[] values()
for (RoadElement.FormOfWay c : RoadElement.FormOfWay.values()) System.out.println(c);
public static RoadElement.FormOfWay valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null