public static enum OsmServerLocationReader.GpxUrlPattern extends java.lang.Enum<OsmServerLocationReader.GpxUrlPattern>
Enum Constant and Description |
---|
EDIT_TRACE_ID |
EXTERNAL_GPX_FILE
External GPX file
|
EXTERNAL_GPX_SCRIPT
External GPX script
|
TASKING_MANAGER |
TRACE_ID |
TRACKPOINTS_BBOX |
USER_TRACE_ID |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
urlPattern |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
pattern()
Returns the URL pattern.
|
static OsmServerLocationReader.GpxUrlPattern |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OsmServerLocationReader.GpxUrlPattern[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OsmServerLocationReader.GpxUrlPattern TRACE_ID
public static final OsmServerLocationReader.GpxUrlPattern USER_TRACE_ID
public static final OsmServerLocationReader.GpxUrlPattern EDIT_TRACE_ID
public static final OsmServerLocationReader.GpxUrlPattern TRACKPOINTS_BBOX
public static final OsmServerLocationReader.GpxUrlPattern TASKING_MANAGER
public static final OsmServerLocationReader.GpxUrlPattern EXTERNAL_GPX_SCRIPT
public static final OsmServerLocationReader.GpxUrlPattern EXTERNAL_GPX_FILE
private final java.lang.String urlPattern
public static OsmServerLocationReader.GpxUrlPattern[] values()
for (OsmServerLocationReader.GpxUrlPattern c : OsmServerLocationReader.GpxUrlPattern.values()) System.out.println(c);
public static OsmServerLocationReader.GpxUrlPattern 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 nullpublic java.lang.String pattern()