public static class ElementCopyIterator.Action
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
sourceIndex |
int |
targetIndex |
Modifier and Type | Method and Description |
---|---|
static ElementCopyIterator.Action |
of(java.lang.String[] schema,
java.lang.String[] sourceNames,
java.lang.String targetName)
Creates one copy operation with one of sourceNames and target-column-name.
|
static ElementCopyIterator.Action |
of(java.lang.String[] schema,
java.lang.String sourceName,
java.lang.String targetName)
Creates one copy operation with source and target-column-name.
|
public static ElementCopyIterator.Action of(java.lang.String[] schema, java.lang.String sourceName, java.lang.String targetName)
schema
- sourceName
- targetName
- public static ElementCopyIterator.Action of(java.lang.String[] schema, java.lang.String[] sourceNames, java.lang.String targetName)
schema
- sourceName
- targetName
-