Package com.ibm.cics.model
Interface IRPLList
-
- All Superinterfaces:
ICICSObject,ICICSResource,com.ibm.cics.model.meta.ITypedObject
public interface IRPLList extends ICICSResource
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRPLListReferencegetCICSObjectReference()java.lang.StringgetDSName()Getter for field DSNAMEICICSType<IRPLList>getObjectType()java.lang.LonggetRPLNumber()Getter for field RPLNUM-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IRPLList> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getRPLNumber
java.lang.Long getRPLNumber()
Getter for field RPLNUMStatic RPL data set position
The position of the data set in the static DFHRPL concatenation.
-
getDSName
java.lang.String getDSName()
Getter for field DSNAMEStatic RPL data set name
The name of the data set.
-
getCICSObjectReference
IRPLListReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICICSResource
-
-