public static enum MappingImportHelper.ImportType extends java.lang.Enum<MappingImportHelper.ImportType>
Enum Constant and Description |
---|
APPEND_TO_EXISTING
APPEND_TO_EXISTING ImportType is used to refer when the ImportType we use is APPEND_TO_EXISTING.
|
DELETE_AND_RELOAD
DELETE_AND_RELOAD ImportType is used to refer when the ImportType we use is DELETE_AND_RELOAD.
|
Modifier and Type | Method and Description |
---|---|
static MappingImportHelper.ImportType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MappingImportHelper.ImportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MappingImportHelper.ImportType APPEND_TO_EXISTING
public static final MappingImportHelper.ImportType DELETE_AND_RELOAD
public static MappingImportHelper.ImportType[] values()
for (MappingImportHelper.ImportType c : MappingImportHelper.ImportType.values()) System.out.println(c);
public static MappingImportHelper.ImportType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null