public static enum EstablishmentReject.Code extends Enum<EstablishmentReject.Code>
| Enum Constant and Description |
|---|
ALREADY_ESTABLISHED |
CREDENTIALS |
KEEPALIVE_INTERVAL |
SESSION_BLOCKED |
UNNEGOTIATED |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static EstablishmentReject.Code |
fromValue(String value) |
String |
toString() |
String |
value() |
static EstablishmentReject.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EstablishmentReject.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EstablishmentReject.Code UNNEGOTIATED
public static final EstablishmentReject.Code ALREADY_ESTABLISHED
public static final EstablishmentReject.Code SESSION_BLOCKED
public static final EstablishmentReject.Code KEEPALIVE_INTERVAL
public static final EstablishmentReject.Code CREDENTIALS
public static final EstablishmentReject.Code UNSPECIFIED
public static EstablishmentReject.Code[] values()
for (EstablishmentReject.Code c : EstablishmentReject.Code.values()) System.out.println(c);
public static EstablishmentReject.Code valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<EstablishmentReject.Code>public String value()
public static EstablishmentReject.Code fromValue(String value)
Copyright © 2019–2021 IG Group. All rights reserved.