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 IRPLListReference
getCICSObjectReference()
java.lang.String
getDSName()
Getter for field DSNAMEICICSType<IRPLList>
getObjectType()
java.lang.Long
getRPLNumber()
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:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in 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:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-