public static enum PortalImportOptions.MergeOption extends java.lang.Enum<PortalImportOptions.MergeOption> implements java.io.Serializable
Enum Constant and Description |
---|
DROP |
DROP_INSERT |
INSERT |
NOTHING |
UPDATE_ALL_INSERT |
UPDATE_OLD_INSERT |
Modifier and Type | Method and Description |
---|---|
static PortalImportOptions.MergeOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortalImportOptions.MergeOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortalImportOptions.MergeOption NOTHING
public static final PortalImportOptions.MergeOption UPDATE_ALL_INSERT
public static final PortalImportOptions.MergeOption UPDATE_OLD_INSERT
public static final PortalImportOptions.MergeOption INSERT
public static final PortalImportOptions.MergeOption DROP_INSERT
public static final PortalImportOptions.MergeOption DROP
public static PortalImportOptions.MergeOption[] values()
for (PortalImportOptions.MergeOption c : PortalImportOptions.MergeOption.values()) System.out.println(c);
public static PortalImportOptions.MergeOption 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