|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WCSConstants.ExeptionCode_1_0_0>
org.deegree.protocol.wcs.WCSConstants.ExeptionCode_1_0_0
public static enum WCSConstants.ExeptionCode_1_0_0
The ExeptionCode_1_0_0 defines the exception codes for the WCS 1.0.0 specification.
| 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 |
|---|
public static final WCSConstants.ExeptionCode_1_0_0 CurrentUpdateSequence
public static final WCSConstants.ExeptionCode_1_0_0 InvalidUpdateSequence
| Method Detail |
|---|
public static WCSConstants.ExeptionCode_1_0_0[] values()
for (WCSConstants.ExeptionCode_1_0_0 c : WCSConstants.ExeptionCode_1_0_0.values()) System.out.println(c);
public static WCSConstants.ExeptionCode_1_0_0 valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||