|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ResultStatusSubCode>
gov.nasa.gsfc.spdf.ssc.ResultStatusSubCode
public enum ResultStatusSubCode
This class represents Result status sub-code values.
| Enum Constant Summary | |
|---|---|
INVALID_BEGIN_TIME
The required begin time value was missing or invalid. |
|
INVALID_END_TIME
The required end time value was missing or invalid. |
|
INVALID_RESOLUTION_FACTOR
Invalid resolution factor value. |
|
INVALID_SATELLITE
A specified satellite is invalid or null. |
|
INVALID_TIME_RANGE
Invalid time range. |
|
MISSING_COORDINATE_COMPONENT
A required CoordinateComponent value is missing or null. |
|
MISSING_COORDINATE_SYSTEM
A required CoordinateSystem value is missing or null. |
|
MISSING_GRAPH_OPTIONS
The GraphOptions were missing or null. |
|
MISSING_OUTPUT_OPTIONS
The OutputOptions were missing or null. |
|
MISSING_REQUEST
The required request object was missing or null. |
|
MISSING_SATELLITES
The required set of satellites was empty or null. |
|
SERVER_ERROR
Server error. |
|
SUCCESS
Successful status. |
|
| Method Summary | |
|---|---|
static ResultStatusSubCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResultStatusSubCode[] |
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 ResultStatusSubCode SUCCESS
public static final ResultStatusSubCode MISSING_REQUEST
public static final ResultStatusSubCode MISSING_SATELLITES
public static final ResultStatusSubCode INVALID_BEGIN_TIME
public static final ResultStatusSubCode INVALID_END_TIME
public static final ResultStatusSubCode INVALID_SATELLITE
public static final ResultStatusSubCode INVALID_TIME_RANGE
public static final ResultStatusSubCode INVALID_RESOLUTION_FACTOR
public static final ResultStatusSubCode MISSING_OUTPUT_OPTIONS
public static final ResultStatusSubCode MISSING_GRAPH_OPTIONS
public static final ResultStatusSubCode MISSING_COORDINATE_SYSTEM
public static final ResultStatusSubCode MISSING_COORDINATE_COMPONENT
public static final ResultStatusSubCode SERVER_ERROR
| Method Detail |
|---|
public static ResultStatusSubCode[] values()
for (ResultStatusSubCode c : ResultStatusSubCode.values()) System.out.println(c);
public static ResultStatusSubCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||