public static enum GeoServerRESTPublisher.ParameterConfigure extends Enum<GeoServerRESTPublisher.ParameterConfigure>
| Enum Constant and Description |
|---|
ALL
Configure all feature types.
|
FIRST
Configure first feature type only (default).
|
NONE
Don't configure any feature types.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a lowercase representation of the parameter value, suitable to construct the rest call.
|
static GeoServerRESTPublisher.ParameterConfigure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoServerRESTPublisher.ParameterConfigure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoServerRESTPublisher.ParameterConfigure FIRST
public static final GeoServerRESTPublisher.ParameterConfigure NONE
public static final GeoServerRESTPublisher.ParameterConfigure ALL
public static GeoServerRESTPublisher.ParameterConfigure[] values()
for (GeoServerRESTPublisher.ParameterConfigure c : GeoServerRESTPublisher.ParameterConfigure.values()) System.out.println(c);
public static GeoServerRESTPublisher.ParameterConfigure 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 String toString()
toString in class Enum<GeoServerRESTPublisher.ParameterConfigure>Copyright © 2007–2016 PDOK. All rights reserved.