public static enum QueryFingerprints._order extends Enum<QueryFingerprints._order>
| Enum Constant and Description |
|---|
fingerprints |
frequency |
none |
| Modifier and Type | Method and Description |
|---|---|
String |
getSQL() |
static QueryFingerprints._order |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryFingerprints._order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryFingerprints._order none
public static final QueryFingerprints._order frequency
public static final QueryFingerprints._order fingerprints
public static QueryFingerprints._order[] values()
for (QueryFingerprints._order c : QueryFingerprints._order.values()) System.out.println(c);
public static QueryFingerprints._order 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 String getSQL()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.