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

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

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

Methods in com.ibm.tws.objects.model that return CleanUpOption
 CleanUpOption ZOSJobDefinition.getCleanUpOption()
          Returns the cleanup option.
 

Methods in com.ibm.tws.objects.model with parameters of type CleanUpOption
 void ZOSJobDefinition.setCleanUpOption(CleanUpOption value)
          Returns the cleanup option.
 

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

Methods in com.ibm.tws.objects.plan that return CleanUpOption
 CleanUpOption ZOSJobDefinitionInPlan.getCleanUpOption()
          Returns the cleanup option.
 

Methods in com.ibm.tws.objects.plan with parameters of type CleanUpOption
 void ZOSJobDefinitionInPlan.setCleanUpOption(CleanUpOption value)
          Returns the cleanup option.
 

Uses of CleanUpOption in com.ibm.tws.objects.plan.types
 

Methods in com.ibm.tws.objects.plan.types that return CleanUpOption
 CleanUpOption RestartCleanupOptions.getCleanup()
          Returns the cleanup option.
 

Methods in com.ibm.tws.objects.plan.types with parameters of type CleanUpOption
 void RestartCleanupOptions.setCleanup(CleanUpOption value)
          Sets the cleanup option.
 

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

Fields in com.ibm.tws.objects.types declared as CleanUpOption
static CleanUpOption CleanUpOption.NONE
          The NONE value.
static CleanUpOption CleanUpOption.IMMEDIATE
          The IMMEDIATE value.
static CleanUpOption CleanUpOption.AUTOMATIC
          The AUTOMATIC value.
static CleanUpOption CleanUpOption.MANUAL
          The MANUAL value.
 

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



Copyright © 2005 IBM All Rights Reserved.