Uses of Class
com.ibm.cics.model.ILocalFile.UpdateValue

Packages that use ILocalFile.UpdateValue
com.ibm.cics.model   
com.ibm.cics.model.mutable   
 

Uses of ILocalFile.UpdateValue in com.ibm.cics.model
 

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

Uses of ILocalFile.UpdateValue in com.ibm.cics.model.mutable
 

Methods in com.ibm.cics.model.mutable with parameters of type ILocalFile.UpdateValue
 void IMutableLocalFile.setUpdate(ILocalFile.UpdateValue _update)
          Setter for field UPDATE
 



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