Package | Description |
---|---|
com.ibm.dbb.build | |
com.ibm.dbb.build.report.records |
Modifier and Type | Method and Description |
---|---|
DBBConstants.CopyMode |
CopyToPDS.getCopyMode()
Return the mode used by the copy.
|
DBBConstants.CopyMode |
CopyToHFS.getCopyMode()
Return the mode used by the copy.
|
static DBBConstants.CopyMode |
DBBConstants.CopyMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBBConstants.CopyMode[] |
DBBConstants.CopyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CopyToPDS |
CopyToPDS.copyMode(DBBConstants.CopyMode copyMode)
Set the mode used by the copy.
|
CopyToHFS |
CopyToHFS.copyMode(DBBConstants.CopyMode copyMode)
Set the mode used by the copy.
|
void |
CopyToPDS.setCopyMode(DBBConstants.CopyMode copyMode)
Set the mode used by the copy.
|
void |
CopyToHFS.setCopyMode(DBBConstants.CopyMode copyMode)
Set the mode used by the copy.
|
Modifier and Type | Method and Description |
---|---|
DBBConstants.CopyMode |
CopyToPDSRecord.getMode()
Return the copy mode.
|
DBBConstants.CopyMode |
CopyToHFSRecord.getMode()
Return the copy mode.
|
Modifier and Type | Method and Description |
---|---|
void |
CopyToPDSRecord.setMode(DBBConstants.CopyMode mode)
Set the copy mode.
|
void |
CopyToHFSRecord.setMode(DBBConstants.CopyMode mode)
Set the copy mode.
|
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.