public enum TerminationCode extends java.lang.Enum<TerminationCode>
| Enum Constant and Description |
|---|
FINISHED |
NULL_VAL
To be used to represent not present or null.
|
REREQUEST_IN_PROGRESS |
REREQUEST_OUT_OF_BOUNDS |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static TerminationCode |
get(short value)
Lookup the enum value representing the value.
|
short |
value()
The raw encoded value in the Java type representation.
|
static TerminationCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TerminationCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TerminationCode FINISHED
public static final TerminationCode REREQUEST_OUT_OF_BOUNDS
public static final TerminationCode REREQUEST_IN_PROGRESS
public static final TerminationCode UNSPECIFIED
public static final TerminationCode NULL_VAL
public static TerminationCode[] values()
for (TerminationCode c : TerminationCode.values()) System.out.println(c);
public static TerminationCode 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 nullpublic short value()
public static TerminationCode get(short value)
value - encoded to be looked up.Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.