Uses of Class
com.ibm.dbb.build.DBBConstants.CopyMode
-
Packages that use DBBConstants.CopyMode Package Description com.ibm.dbb.build com.ibm.dbb.build.report.records -
-
Uses of DBBConstants.CopyMode in com.ibm.dbb.build
Methods in com.ibm.dbb.build that return DBBConstants.CopyMode Modifier and Type Method Description DBBConstants.CopyMode
CopyToHFS. getCopyMode()
Return the mode used by the copy.DBBConstants.CopyMode
CopyToPDS. 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.Methods in com.ibm.dbb.build with parameters of type DBBConstants.CopyMode Modifier and Type Method Description CopyToHFS
CopyToHFS. copyMode(DBBConstants.CopyMode copyMode)
Set the mode used by the copy.CopyToPDS
CopyToPDS. copyMode(DBBConstants.CopyMode copyMode)
Set the mode used by the copy.void
CopyToHFS. setCopyMode(DBBConstants.CopyMode copyMode)
Set the mode used by the copy.void
CopyToPDS. setCopyMode(DBBConstants.CopyMode copyMode)
Set the mode used by the copy. -
Uses of DBBConstants.CopyMode in com.ibm.dbb.build.report.records
Methods in com.ibm.dbb.build.report.records that return DBBConstants.CopyMode Modifier and Type Method Description DBBConstants.CopyMode
CopyToHFSRecord. getMode()
Return the copy mode.DBBConstants.CopyMode
CopyToPDSRecord. getMode()
Return the copy mode.Methods in com.ibm.dbb.build.report.records with parameters of type DBBConstants.CopyMode Modifier and Type Method Description void
CopyToHFSRecord. setMode(DBBConstants.CopyMode mode)
Set the copy mode.void
CopyToPDSRecord. setMode(DBBConstants.CopyMode mode)
Set the copy mode.
-