|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AppendedRowsTable.DuplicatePolicy>
org.knime.base.data.append.row.AppendedRowsTable.DuplicatePolicy
public static enum AppendedRowsTable.DuplicatePolicy
How to deal with duplicate row ids.
| Enum Constant Summary | |
|---|---|
AppendSuffix
Append a suffix to unify IDs. |
|
Fail
Fail . |
|
Skip
Skip duplicate occurrence. |
|
| Method Summary | |
|---|---|
static AppendedRowsTable.DuplicatePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AppendedRowsTable.DuplicatePolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AppendedRowsTable.DuplicatePolicy Skip
public static final AppendedRowsTable.DuplicatePolicy AppendSuffix
public static final AppendedRowsTable.DuplicatePolicy Fail
| Method Detail |
|---|
public static AppendedRowsTable.DuplicatePolicy[] values()
for (AppendedRowsTable.DuplicatePolicy c : AppendedRowsTable.DuplicatePolicy.values()) System.out.println(c);
public static AppendedRowsTable.DuplicatePolicy valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||