Uses of Enum Class
dev.galasa.zosfile.IZosDataset.SpaceUnit
Packages that use IZosDataset.SpaceUnit
- 
Uses of IZosDataset.SpaceUnit in dev.galasa.zosfile
Methods in dev.galasa.zosfile that return IZosDataset.SpaceUnitModifier and TypeMethodDescriptionIZosDataset.getSpaceUnit()Return the allocation space unit of the data setstatic IZosDataset.SpaceUnitReturns the enum constant of this class with the specified name.static IZosDataset.SpaceUnitIZosDataset.SpaceUnit.valueOfLabel(String label) static IZosDataset.SpaceUnit[]IZosDataset.SpaceUnit.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 IZosDataset.SpaceUnitModifier and TypeMethodDescriptionvoidIZosDataset.setSpace(IZosDataset.SpaceUnit spaceUnit, int primaryExtents, int secondaryExtents) Set theIZosDataset.SpaceUnitfor data set, and specify how many primary and secondary extents to allocate.