Uses of Class
com.ibm.cics.model.IIPICConnectionDefinition.InserviceValue

Packages that use IIPICConnectionDefinition.InserviceValue
com.ibm.cics.model   
com.ibm.cics.model.mutable   
 

Uses of IIPICConnectionDefinition.InserviceValue in com.ibm.cics.model
 

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

Uses of IIPICConnectionDefinition.InserviceValue in com.ibm.cics.model.mutable
 

Methods in com.ibm.cics.model.mutable with parameters of type IIPICConnectionDefinition.InserviceValue
 void IMutableIPICConnectionDefinition.setInservice(IIPICConnectionDefinition.InserviceValue _inservice)
          Setter for field INSERVICE
 



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