Uses of Class
com.ibm.tws.objects.types.CatManagementOption

Packages that use CatManagementOption
com.ibm.tws.objects.model   
com.ibm.tws.objects.plan   
com.ibm.tws.objects.types   
 

Uses of CatManagementOption in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return CatManagementOption
 CatManagementOption ZOSJobDefinition.getCatManagementOption()
          Returns the catalog management option
 

Methods in com.ibm.tws.objects.model with parameters of type CatManagementOption
 void ZOSJobDefinition.setCatManagementOption(CatManagementOption value)
          Returns the catalog management option.
 

Uses of CatManagementOption in com.ibm.tws.objects.plan
 

Methods in com.ibm.tws.objects.plan that return CatManagementOption
 CatManagementOption ZOSJobDefinitionInPlan.getCatManagementOption()
          Returns the catalog management option
 

Methods in com.ibm.tws.objects.plan with parameters of type CatManagementOption
 void ZOSJobDefinitionInPlan.setCatManagementOption(CatManagementOption value)
          Returns the catalog management option.
 

Uses of CatManagementOption in com.ibm.tws.objects.types
 

Fields in com.ibm.tws.objects.types declared as CatManagementOption
static CatManagementOption CatManagementOption.NONE
          The NONE value.
static CatManagementOption CatManagementOption.IMMEDIATE
          The IMMEDIATE value.
static CatManagementOption CatManagementOption.DEFERRED
          The DEFERRED value.
 

Methods in com.ibm.tws.objects.types that return CatManagementOption
static CatManagementOption CatManagementOption.getInstance(char charValue)
          Returns a reference to the instance of CatManagementOption that is associated to the specified character.
 



Copyright © 2005 IBM All Rights Reserved.