public enum TAG_LOCATION extends Enum<TAG_LOCATION>
| Modifier and Type | Method and Description |
|---|---|
static TAG_LOCATION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAG_LOCATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TAG_LOCATION NODE
public static final TAG_LOCATION WAY
public static final TAG_LOCATION OTHER
public static final TAG_LOCATION RELATION
public static final TAG_LOCATION ND
public static TAG_LOCATION[] values()
for (TAG_LOCATION c : TAG_LOCATION.values()) System.out.println(c);
public static TAG_LOCATION 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 nullCopyright © 2019 CNRS. All rights reserved.