Uses of Enum Class
dev.galasa.zosfile.IZosDataset.DatasetDataType
Packages that use IZosDataset.DatasetDataType
- 
Uses of IZosDataset.DatasetDataType in dev.galasa.zosfile
Methods in dev.galasa.zosfile that return IZosDataset.DatasetDataTypeModifier and TypeMethodDescriptionIZosDataset.getDataType()Return the data type (IZosDataset.DatasetDataType) for store and retrieve of the data set contentIZosVSAMDataset.getDataType()Return the data type (IZosDataset.DatasetDataType) for store and retrieve of the data set contentstatic IZosDataset.DatasetDataTypeReturns the enum constant of this class with the specified name.static IZosDataset.DatasetDataTypeIZosDataset.DatasetDataType.valueOfLabel(String label) static IZosDataset.DatasetDataType[]IZosDataset.DatasetDataType.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.DatasetDataTypeModifier and TypeMethodDescriptionvoidIZosDataset.setDataType(IZosDataset.DatasetDataType dataType) Set the data type (IZosDataset.DatasetDataType) for store and retrieve of the data set contentvoidIZosVSAMDataset.setDataType(IZosDataset.DatasetDataType dataType) Set the data type (IZosDataset.DatasetDataType) for store and retrieve of the data set content