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 DataSetOrganization
IPartitionedDataSetCharacteristics. getDataSetOrganization()
Returns the organization of the associated partitioned dataset.DataSetOrganization
ISequentialDataSetCharacteristics. getDataSetOrganization()
Returns the organization of the associated sequential dataset.static DataSetOrganization
DataSetOrganization. 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.
-