public static enum CoverageResponse.Status extends Enum<CoverageResponse.Status>
Enum Constant and Description |
---|
FAILURE |
SUCCESS |
UNAVAILABLE |
WARNING |
Modifier and Type | Method and Description |
---|---|
static CoverageResponse.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoverageResponse.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoverageResponse.Status FAILURE
public static final CoverageResponse.Status WARNING
public static final CoverageResponse.Status SUCCESS
public static final CoverageResponse.Status UNAVAILABLE
public static CoverageResponse.Status[] values()
for (CoverageResponse.Status c : CoverageResponse.Status.values()) System.out.println(c);
public static CoverageResponse.Status 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 © 1996–2019 Geotools. All rights reserved.