Uses of Class
com.compuware.api.topaz.hostresources.zos.LoadOption
-
Packages that use LoadOption Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of LoadOption in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return LoadOption Modifier and Type Method Description LoadOption
IVSAMDataComponentCharacteristics. getLoadOption()
Returns the load option of the associated VSAM data component.static LoadOption
LoadOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadOption[]
LoadOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-