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

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

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

Methods in com.ibm.tws.objects.model that return OnErrorOption
 OnErrorOption ResourceDependency.getOnError()
          Returns the on error option.
 

Methods in com.ibm.tws.objects.model with parameters of type OnErrorOption
 void ResourceDependency.setOnError(OnErrorOption value)
          Sets the on error option.
 

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

Methods in com.ibm.tws.objects.plan that return OnErrorOption
 OnErrorOption ResourceDependencyInPlan.getOnError()
          Returns the on error option.
 

Methods in com.ibm.tws.objects.plan with parameters of type OnErrorOption
 void ResourceDependencyInPlan.setOnError(OnErrorOption value)
          Sets the on error option.
 

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

Fields in com.ibm.tws.objects.types declared as OnErrorOption
static OnErrorOption OnErrorOption.KEEP
          The KEEP value.
static OnErrorOption OnErrorOption.RELEASE
          The RELEASE value.
static OnErrorOption OnErrorOption.DEFAULT
          The DEFAULT value.
 

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



Copyright © 2005 IBM All Rights Reserved.