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