org.hibernate.search.metadata
public static enum FieldSettingsDescriptor.Type extends Enum<FieldSettingsDescriptor.Type>
| Enum Constant and Description |
|---|
BASIC
A basic field
|
NUMERIC
A numeric field
|
| Modifier and Type | Method and Description |
|---|---|
static FieldSettingsDescriptor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldSettingsDescriptor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldSettingsDescriptor.Type BASIC
public static final FieldSettingsDescriptor.Type NUMERIC
public static FieldSettingsDescriptor.Type[] values()
for (FieldSettingsDescriptor.Type c : FieldSettingsDescriptor.Type.values()) System.out.println(c);
public static FieldSettingsDescriptor.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 nullCopyright © 2006-2015 Red Hat, Inc. All Rights Reserved