Uses of Class
com.ibm.cics.model.ITerminal.TracingValue

Packages that use ITerminal.TracingValue
com.ibm.cics.model   
com.ibm.cics.model.mutable   
 

Uses of ITerminal.TracingValue in com.ibm.cics.model
 

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

Uses of ITerminal.TracingValue in com.ibm.cics.model.mutable
 

Methods in com.ibm.cics.model.mutable with parameters of type ITerminal.TracingValue
 void IMutableTerminal.setTracing(ITerminal.TracingValue _tracing)
          Setter for field TRACING
 



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