Package com.ibm.cics.model
Interface IFEPIPoolReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>,ICICSObjectReference<IFEPIPool>,ICICSResourceReference<IFEPIPool>
public interface IFEPIPoolReference extends ICICSResourceReference<IFEPIPool>
-
-
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<IFEPIPool>getCICSType()ICICSResourceType<IFEPIPool>getObjectType()java.lang.StringgetPoolname()-
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
-
getPoolname
java.lang.String getPoolname()
-
getCICSType
ICICSResourceType<IFEPIPool> getCICSType()
- Specified by:
getCICSTypein interfaceICICSObjectReference<IFEPIPool>
-
getObjectType
ICICSResourceType<IFEPIPool> getObjectType()
-
-