Uses of Class
com.ibm.cics.model.IProgram.NewcopyStatusValue

Packages that use IProgram.NewcopyStatusValue
com.ibm.cics.model   
com.ibm.cics.model.mutable   
 

Uses of IProgram.NewcopyStatusValue in com.ibm.cics.model
 

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

Uses of IProgram.NewcopyStatusValue in com.ibm.cics.model.mutable
 

Methods in com.ibm.cics.model.mutable with parameters of type IProgram.NewcopyStatusValue
 void IMutableProgram.setNewcopyStatus(IProgram.NewcopyStatusValue _newcopyStatus)
          Setter for field COPY
 



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