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

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

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

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

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

Methods in com.ibm.cics.model.mutable with parameters of type IIPICConnectionDefinition.LinkauthValue
 void IMutableIPICConnectionDefinition.setLinkauth(IIPICConnectionDefinition.LinkauthValue _linkauth)
          Setter for field LINKAUTH
 



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