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