public static enum GeoServerRESTPublisher.ParameterUpdate extends Enum<GeoServerRESTPublisher.ParameterUpdate>
| Enum Constant and Description |
|---|
APPEND
Data being uploaded is appended to the existing data.
|
OVERWRITE
Data being uploaded replaces any existing data.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a lowercase representation of the parameter.
|
static GeoServerRESTPublisher.ParameterUpdate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoServerRESTPublisher.ParameterUpdate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoServerRESTPublisher.ParameterUpdate APPEND
public static final GeoServerRESTPublisher.ParameterUpdate OVERWRITE
public static GeoServerRESTPublisher.ParameterUpdate[] values()
for (GeoServerRESTPublisher.ParameterUpdate c : GeoServerRESTPublisher.ParameterUpdate.values()) System.out.println(c);
public static GeoServerRESTPublisher.ParameterUpdate 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.ParameterUpdate>Copyright © 2007–2016 PDOK. All rights reserved.