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

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

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

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

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

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



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