Uses of Enum Class
dev.galasa.zosfile.IZosDataset.SpaceUnit
-
Uses of IZosDataset.SpaceUnit in dev.galasa.zosfile
Modifier 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.Modifier 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.