public static enum GenerateEntityFromDataset.FieldTypeSelectionMode extends Enum<GenerateEntityFromDataset.FieldTypeSelectionMode>
Enum Constant and Description |
---|
BEST_FIT |
BEST_FIT_INFERRED |
INFERRED |
Modifier and Type | Method and Description |
---|---|
abstract FieldType |
getFieldType(Column column) |
static GenerateEntityFromDataset.FieldTypeSelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenerateEntityFromDataset.FieldTypeSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenerateEntityFromDataset.FieldTypeSelectionMode INFERRED
public static final GenerateEntityFromDataset.FieldTypeSelectionMode BEST_FIT
public static final GenerateEntityFromDataset.FieldTypeSelectionMode BEST_FIT_INFERRED
public static GenerateEntityFromDataset.FieldTypeSelectionMode[] values()
for (GenerateEntityFromDataset.FieldTypeSelectionMode c : GenerateEntityFromDataset.FieldTypeSelectionMode.values()) System.out.println(c);
public static GenerateEntityFromDataset.FieldTypeSelectionMode 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 (c) 2006-2025 North Concepts Inc. All Rights Reserved.