com.ibm.cics.model
Interface IRPLList

All Superinterfaces:
ICICSObject, ICICSResource, com.ibm.cics.model.meta.ITypedObject

public interface IRPLList
extends ICICSResource

generated from CICS resourcetable RPLLIST


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getDSName()
          Getter for field DSNAME
 java.lang.Long getRPLNumber()
          Getter for field RPLNUM
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName, getObjectType
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getRPLNumber

java.lang.Long getRPLNumber()
Getter for field RPLNUM

Static RPL data set position

The position of the data set in the static DFHRPL concatenation.


getDSName

java.lang.String getDSName()
Getter for field DSNAME

Static RPL data set name

The name of the data set.



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