Uses of Class
com.compuware.api.topaz.hostresources.zos.DataSetOrganization
-
Packages that use DataSetOrganization Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of DataSetOrganization in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return DataSetOrganization Modifier and Type Method Description DataSetOrganizationIPartitionedDataSetCharacteristics. getDataSetOrganization()Returns the organization of the associated partitioned dataset.DataSetOrganizationISequentialDataSetCharacteristics. getDataSetOrganization()Returns the organization of the associated sequential dataset.static DataSetOrganizationDataSetOrganization. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSetOrganization[]DataSetOrganization. values()Returns an array containing the constants of this enum type, in the order they are declared.
-