public enum ResultStatusCode extends java.lang.Enum<ResultStatusCode>
Result
status code values.Enum Constant and Description |
---|
CONDITIONAL_SUCCESS
Conditionally successful status.
|
ERROR
Error status.
|
SUCCESS
Successful status.
|
Modifier and Type | Method and Description |
---|---|
static ResultStatusCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResultStatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultStatusCode SUCCESS
public static final ResultStatusCode CONDITIONAL_SUCCESS
ResultStatusSubCode
value.public static final ResultStatusCode ERROR
Result
s were returned. See
ResultStatusSubCode
and Result.getStatusText()
for
details.public static ResultStatusCode[] values()
for (ResultStatusCode c : ResultStatusCode.values()) System.out.println(c);
public static ResultStatusCode 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 namejava.lang.NullPointerException
- if the argument is nullSSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.