Uses of Enum Class
dev.galasa.zosfile.IZosVSAMDataset.VSAMSpaceUnit
Packages that use IZosVSAMDataset.VSAMSpaceUnit
- 
Uses of IZosVSAMDataset.VSAMSpaceUnit in dev.galasa.zosfile
Methods in dev.galasa.zosfile that return IZosVSAMDataset.VSAMSpaceUnitModifier 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.Methods in dev.galasa.zosfile with parameters of type IZosVSAMDataset.VSAMSpaceUnitModifier and TypeMethodDescriptionvoidIZosVSAMDataset.setDataSpace(IZosVSAMDataset.VSAMSpaceUnit spaceUnit, int primaryExtents, int secondaryExtents) Set theIZosVSAMDataset.VSAMSpaceUnitfor the DATA file, and the number of primary and secondary extents required.voidIZosVSAMDataset.setIndexSpace(IZosVSAMDataset.VSAMSpaceUnit spaceUnit, int primaryExtents, int secondaryExtents) Set theIZosVSAMDataset.VSAMSpaceUnitfor the INDEX file, and the number of primary and secondary extents required.voidIZosVSAMDataset.setSpace(IZosVSAMDataset.VSAMSpaceUnit spaceUnit, int primaryExtents, int secondaryExtents) Set theIZosVSAMDataset.VSAMSpaceUnitfor the VSAM file, and the number of primary and secondary extents required.