public static enum OSMTurnRelation.Type extends Enum<OSMTurnRelation.Type>
| Enum Constant and Description |
|---|
NOT |
ONLY |
UNSUPPORTED |
| Modifier and Type | Method and Description |
|---|---|
static OSMTurnRelation.Type |
getRestrictionType(String tag) |
static OSMTurnRelation.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSMTurnRelation.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSMTurnRelation.Type UNSUPPORTED
public static final OSMTurnRelation.Type NOT
public static final OSMTurnRelation.Type ONLY
public static OSMTurnRelation.Type[] values()
for (OSMTurnRelation.Type c : OSMTurnRelation.Type.values()) System.out.println(c);
public static OSMTurnRelation.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static OSMTurnRelation.Type getRestrictionType(String tag)
Copyright © 2012–2020. All rights reserved.