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