org.deegree.protocol.wcs
Enum WCSConstants.ExeptionCode_1_0_0

java.lang.Object
  extended by java.lang.Enum<WCSConstants.ExeptionCode_1_0_0>
      extended by org.deegree.protocol.wcs.WCSConstants.ExeptionCode_1_0_0
All Implemented Interfaces:
Serializable, Comparable<WCSConstants.ExeptionCode_1_0_0>
Enclosing class:
WCSConstants

public static enum WCSConstants.ExeptionCode_1_0_0
extends Enum<WCSConstants.ExeptionCode_1_0_0>

The ExeptionCode_1_0_0 defines the exception codes for the WCS 1.0.0 specification.

Version:
$Revision: $, $Date: $
Author:
Rutger Bezema, last edited by: $Author: rbezema $

Enum Constant Summary
CurrentUpdateSequence
          the current update sequence equals the requested one
InvalidUpdateSequence
          the current update sequence is lower than the requested one
 
Method Summary
static WCSConstants.ExeptionCode_1_0_0 valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WCSConstants.ExeptionCode_1_0_0[] 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

CurrentUpdateSequence

public static final WCSConstants.ExeptionCode_1_0_0 CurrentUpdateSequence
the current update sequence equals the requested one


InvalidUpdateSequence

public static final WCSConstants.ExeptionCode_1_0_0 InvalidUpdateSequence
the current update sequence is lower than the requested one

Method Detail

values

public static WCSConstants.ExeptionCode_1_0_0[] 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 (WCSConstants.ExeptionCode_1_0_0 c : WCSConstants.ExeptionCode_1_0_0.values())
    System.out.println(c);

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

valueOf

public static WCSConstants.ExeptionCode_1_0_0 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 © 2011. All Rights Reserved.