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