public static enum ProtonSaslMechanism.PRIORITY extends Enum<ProtonSaslMechanism.PRIORITY>
Enum Constant and Description |
---|
HIGH |
HIGHER |
HIGHEST |
LOW |
LOWER |
LOWEST |
MEDIUM |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static ProtonSaslMechanism.PRIORITY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtonSaslMechanism.PRIORITY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtonSaslMechanism.PRIORITY LOWEST
public static final ProtonSaslMechanism.PRIORITY LOWER
public static final ProtonSaslMechanism.PRIORITY LOW
public static final ProtonSaslMechanism.PRIORITY MEDIUM
public static final ProtonSaslMechanism.PRIORITY HIGH
public static final ProtonSaslMechanism.PRIORITY HIGHER
public static final ProtonSaslMechanism.PRIORITY HIGHEST
public static ProtonSaslMechanism.PRIORITY[] values()
for (ProtonSaslMechanism.PRIORITY c : ProtonSaslMechanism.PRIORITY.values()) System.out.println(c);
public static ProtonSaslMechanism.PRIORITY 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 int getValue()
Copyright © 2022 Eclipse. All rights reserved.