public enum NegotiationStatus extends java.lang.Enum<NegotiationStatus>
| Modifier and Type | Method and Description |
|---|---|
static NegotiationStatus |
byValue(byte val) |
byte |
getValue() |
static NegotiationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NegotiationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NegotiationStatus START
public static final NegotiationStatus OK
public static final NegotiationStatus BAD
public static final NegotiationStatus ERROR
public static final NegotiationStatus COMPLETE
public static NegotiationStatus[] values()
for (NegotiationStatus c : NegotiationStatus.values()) System.out.println(c);
public static NegotiationStatus 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 byte getValue()
public static NegotiationStatus byValue(byte val) throws TSaslNegotiationException
TSaslNegotiationException