public static enum NcWmsLayerMetadata.METADATA extends Enum<NcWmsLayerMetadata.METADATA>
Enum Constant and Description |
---|
DEFAULTPALETTE |
PALETTES |
SUPPORTEDSTYLES |
Z_AXIS |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
static NcWmsLayerMetadata.METADATA |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NcWmsLayerMetadata.METADATA[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NcWmsLayerMetadata.METADATA SUPPORTEDSTYLES
public static final NcWmsLayerMetadata.METADATA PALETTES
public static final NcWmsLayerMetadata.METADATA DEFAULTPALETTE
public static final NcWmsLayerMetadata.METADATA Z_AXIS
public static NcWmsLayerMetadata.METADATA[] values()
for (NcWmsLayerMetadata.METADATA c : NcWmsLayerMetadata.METADATA.values()) System.out.println(c);
public static NcWmsLayerMetadata.METADATA 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 getKey()
Copyright © 2016. All Rights Reserved.