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.SpaceUnit
Returns the enum constant of this class with the specified name.static IZosDataset.SpaceUnit
IZosDataset.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 TypeMethodDescriptionvoid
IZosDataset.setSpace
(IZosDataset.SpaceUnit spaceUnit, int primaryExtents, int secondaryExtents) Set theIZosDataset.SpaceUnit
for data set, and specify how many primary and secondary extents to allocate.