public static enum TableImpl.IndexFeature extends Enum<TableImpl.IndexFeature>
| Enum Constant and Description |
|---|
ANY_MATCH |
EXACT_MATCH |
EXACT_UNIQUE_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static TableImpl.IndexFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableImpl.IndexFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableImpl.IndexFeature EXACT_MATCH
public static final TableImpl.IndexFeature EXACT_UNIQUE_ONLY
public static final TableImpl.IndexFeature ANY_MATCH
public static TableImpl.IndexFeature[] values()
for (TableImpl.IndexFeature c : TableImpl.IndexFeature.values()) System.out.println(c);
public static TableImpl.IndexFeature 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 © 2005–2025 OpenHMS. All rights reserved.