public static enum RESTLayer.Type extends Enum<RESTLayer.Type>
| Modifier and Type | Method and Description |
|---|---|
static RESTLayer.Type |
get(String restName) |
static RESTLayer.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RESTLayer.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RESTLayer.Type VECTOR
public static final RESTLayer.Type RASTER
public static final RESTLayer.Type UNKNOWN
public static RESTLayer.Type[] values()
for (RESTLayer.Type c : RESTLayer.Type.values()) System.out.println(c);
public static RESTLayer.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 RESTLayer.Type get(String restName)
Copyright © 2007–2016 PDOK. All rights reserved.