Uses of Class
com.ibm.cics.model.ITDQueueDefinition.ErroroptionValue

Packages that use ITDQueueDefinition.ErroroptionValue
com.ibm.cics.model   
com.ibm.cics.model.mutable   
 

Uses of ITDQueueDefinition.ErroroptionValue in com.ibm.cics.model
 

Methods in com.ibm.cics.model that return ITDQueueDefinition.ErroroptionValue
 ITDQueueDefinition.ErroroptionValue ITDQueueDefinition.getErroroption()
          Getter for field ERROROPTION
static ITDQueueDefinition.ErroroptionValue ITDQueueDefinition.ErroroptionValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ITDQueueDefinition.ErroroptionValue[] ITDQueueDefinition.ErroroptionValue.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ITDQueueDefinition.ErroroptionValue in com.ibm.cics.model.mutable
 

Methods in com.ibm.cics.model.mutable with parameters of type ITDQueueDefinition.ErroroptionValue
 void IMutableTDQueueDefinition.setErroroption(ITDQueueDefinition.ErroroptionValue _erroroption)
          Setter for field ERROROPTION
 



Copyright © 2008-2009 IBM Corp. All Rights Reserved.