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

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

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

Methods in com.ibm.tws.objects.model that return YesNoDefaultOption
 YesNoDefaultOption ZOSJobDefinition.getRestartableOption()
          Returns the restartable option.
 YesNoDefaultOption ZOSJobDefinition.getReroutableOption()
          Returns the reroutable option.
 

Methods in com.ibm.tws.objects.model with parameters of type YesNoDefaultOption
 void ZOSJobDefinition.setRestartableOption(YesNoDefaultOption value)
          Returns the restartable option.
 void ZOSJobDefinition.setReroutableOption(YesNoDefaultOption value)
          Returns the reroutable option.
 

Uses of YesNoDefaultOption in com.ibm.tws.objects.model.types
 

Methods in com.ibm.tws.objects.model.types that return YesNoDefaultOption
 YesNoDefaultOption ResourceAvailabilityInterval.isAvailable()
          Returns YesNoDefaultOption.YES if the resource is available.
 

Methods in com.ibm.tws.objects.model.types with parameters of type YesNoDefaultOption
 void ResourceAvailabilityInterval.setAvailable(YesNoDefaultOption value)
          Sets the property used to state if the resource is available.
 

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

Methods in com.ibm.tws.objects.plan that return YesNoDefaultOption
 YesNoDefaultOption ZOSJobDefinitionInPlan.getRestartableOption()
          Returns the restartable option.
 YesNoDefaultOption ZOSJobDefinitionInPlan.getReroutableOption()
          Returns the reroutable option.
 

Methods in com.ibm.tws.objects.plan with parameters of type YesNoDefaultOption
 void ZOSJobDefinitionInPlan.setRestartableOption(YesNoDefaultOption value)
          Returns the restartable option.
 void ZOSJobDefinitionInPlan.setReroutableOption(YesNoDefaultOption value)
          Returns the reroutable option.
 

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

Methods in com.ibm.tws.objects.plan.types that return YesNoDefaultOption
 YesNoDefaultOption JobInPlanZOSAttributes.isHrcSet()
          Returns the Hrc Set
 YesNoDefaultOption JobInPlanZOSAttributes.isNopedOperation()
          Returns the nopedOperation.
 YesNoDefaultOption JobInPlanZOSAttributes.isOperatorInstrution()
          Returns the Operator Instrution.
 YesNoDefaultOption ResourceInPlanAvailabilityInterval.isAvailable()
          Returns YesNoDefaultOption.YES if the resource is available.
 YesNoDefaultOption ResourceInPlanZOSAttributes.getDefaultAvailability()
          Returns the Default Availability
 YesNoDefaultOption ResourceInPlanZOSAttributes.getOverriddenAvailability()
          Returns the Overridden Availability
 

Methods in com.ibm.tws.objects.plan.types with parameters of type YesNoDefaultOption
 void JobInPlanZOSAttributes.setHrcSet(YesNoDefaultOption hrcSet)
          Sets the Hrc Set
 void JobInPlanZOSAttributes.setNopedOperation(YesNoDefaultOption nopedOperation)
          Sets the noped Operation
 void JobInPlanZOSAttributes.setOperatorInstrution(YesNoDefaultOption operatorInstrution)
          Sets the operator Instrution
 void ResourceInPlanAvailabilityInterval.setAvailable(YesNoDefaultOption value)
          Sets the property used to state if the resource is available.
 void ResourceInPlanZOSAttributes.setDefaultAvailability(YesNoDefaultOption defaultAvailability)
          Sets the default availability
 void ResourceInPlanZOSAttributes.setOverriddenAvailability(YesNoDefaultOption overriddenAvailability)
          Set the overridden availiability
 

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

Fields in com.ibm.tws.objects.types declared as YesNoDefaultOption
static YesNoDefaultOption YesNoDefaultOption.YES
          The YES value.
static YesNoDefaultOption YesNoDefaultOption.NO
          The NO value.
static YesNoDefaultOption YesNoDefaultOption.DEFAULT
          The DEFAULT value.
 

Methods in com.ibm.tws.objects.types that return YesNoDefaultOption
static YesNoDefaultOption YesNoDefaultOption.getInstance(char charValue)
          Returns a reference to the instance of YesNoDefaultOption that is associated to the specified character.
 YesNoDefaultOption ResourceBaseConstraints.isAvailable()
          Returns true if the resource is available.
 

Methods in com.ibm.tws.objects.types with parameters of type YesNoDefaultOption
 void ResourceBaseConstraints.setAvailable(YesNoDefaultOption value)
          Sets the property used to state if the resource is available.
 



Copyright © 2005 IBM All Rights Reserved.