Uses of Enum Class
dev.galasa.zosfile.IZosVSAMDataset.VSAMSpaceUnit
-
Uses of IZosVSAMDataset.VSAMSpaceUnit in dev.galasa.zosfile
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IZosVSAMDataset.VSAMSpaceUnit[]
IZosVSAMDataset.VSAMSpaceUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
IZosVSAMDataset.setDataSpace
(IZosVSAMDataset.VSAMSpaceUnit spaceUnit, int primaryExtents, int secondaryExtents) Set theIZosVSAMDataset.VSAMSpaceUnit
for the DATA file, and the number of primary and secondary extents required.void
IZosVSAMDataset.setIndexSpace
(IZosVSAMDataset.VSAMSpaceUnit spaceUnit, int primaryExtents, int secondaryExtents) Set theIZosVSAMDataset.VSAMSpaceUnit
for the INDEX file, and the number of primary and secondary extents required.void
IZosVSAMDataset.setSpace
(IZosVSAMDataset.VSAMSpaceUnit spaceUnit, int primaryExtents, int secondaryExtents) Set theIZosVSAMDataset.VSAMSpaceUnit
for the VSAM file, and the number of primary and secondary extents required.