thredds.wcs.v1_0_0_Plus
Enum WcsRequest.Operation

java.lang.Object
  extended by java.lang.Enum<WcsRequest.Operation>
      extended by thredds.wcs.v1_0_0_Plus.WcsRequest.Operation
All Implemented Interfaces:
Serializable, Comparable<WcsRequest.Operation>
Enclosing class:
WcsRequest

public static enum WcsRequest.Operation
extends Enum<WcsRequest.Operation>


Enum Constant Summary
DescribeCoverage
           
GetCapabilities
           
GetCoverage
           
 
Method Summary
static WcsRequest.Operation valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WcsRequest.Operation[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

GetCapabilities

public static final WcsRequest.Operation GetCapabilities

DescribeCoverage

public static final WcsRequest.Operation DescribeCoverage

GetCoverage

public static final WcsRequest.Operation GetCoverage
Method Detail

values

public static WcsRequest.Operation[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (WcsRequest.Operation c : WcsRequest.Operation.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static WcsRequest.Operation valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.