public static enum Option.Type extends Enum<Option.Type>
| Enum Constant and Description |
|---|
DATETIME |
FUZZY |
RELATIONAL |
TIMEZONE |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
toExtendedNegotiationInformation(EnumSet<Option.Type> opts) |
static EnumSet<Option.Type> |
toOptions(ExtendedNegotiate extNeg) |
static Option.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Option.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Option.Type RELATIONAL
public static final Option.Type DATETIME
public static final Option.Type FUZZY
public static final Option.Type TIMEZONE
public static Option.Type[] values()
for (Option.Type c : Option.Type.values()) System.out.println(c);
public static Option.Type 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 static byte[] toExtendedNegotiationInformation(EnumSet<Option.Type> opts)
public static EnumSet<Option.Type> toOptions(ExtendedNegotiate extNeg)
Copyright © 2021. All rights reserved.