Uses of Class
com.ibm.cics.model.IURIMapDefinition.SchemeValue

Packages that use IURIMapDefinition.SchemeValue
com.ibm.cics.model   
com.ibm.cics.model.mutable   
 

Uses of IURIMapDefinition.SchemeValue in com.ibm.cics.model
 

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

Uses of IURIMapDefinition.SchemeValue in com.ibm.cics.model.mutable
 

Methods in com.ibm.cics.model.mutable with parameters of type IURIMapDefinition.SchemeValue
 void IMutableURIMapDefinition.setScheme(IURIMapDefinition.SchemeValue _scheme)
          Setter for field SCHEME
 



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