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