Package com.ibm.cics.model
Interface IRPLListReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<IRPLList>
,ICICSResourceReference<IRPLList>
public interface IRPLListReference extends ICICSResourceReference<IRPLList>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICICSResourceType<IRPLList>
getCICSType()
ICICSResourceType<IRPLList>
getObjectType()
java.lang.Long
getRPLNumber()
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICICSResourceReference
getCICSContainer
-
-
-
-
Method Detail
-
getRPLNumber
java.lang.Long getRPLNumber()
-
getCICSType
ICICSResourceType<IRPLList> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<IRPLList>
-
getObjectType
ICICSResourceType<IRPLList> getObjectType()
-
-