public enum SaslQOP extends Enum<SaslQOP>
Modifier and Type | Method and Description |
---|---|
static SaslQOP |
fromString(String str) |
String |
toString() |
static SaslQOP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaslQOP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaslQOP AUTH
public static final SaslQOP AUTH_INT
public static final SaslQOP AUTH_CONF
public final String saslQop
public static SaslQOP[] values()
for (SaslQOP c : SaslQOP.values()) System.out.println(c);
public static SaslQOP 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 nullCopyright © 2017 The Apache Software Foundation. All rights reserved.