Package com.ibm.cics.model
Interface IFEPIPoolDefinitionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>,ICICSDefinitionReference<IFEPIPoolDefinition>,ICICSObjectReference<IFEPIPoolDefinition>
public interface IFEPIPoolDefinitionReference extends ICICSDefinitionReference<IFEPIPoolDefinition>
-
-
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 ICICSDefinitionType<IFEPIPoolDefinition>getCICSType()ICICSDefinitionType<IFEPIPoolDefinition>getObjectType()-
Methods inherited from interface com.ibm.cics.model.ICICSDefinitionReference
getCICSContainer, getCSDGroup, getName, getVersion
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
-
-
-
Method Detail
-
getCICSType
ICICSDefinitionType<IFEPIPoolDefinition> getCICSType()
- Specified by:
getCICSTypein interfaceICICSDefinitionReference<IFEPIPoolDefinition>- Specified by:
getCICSTypein interfaceICICSObjectReference<IFEPIPoolDefinition>
-
getObjectType
ICICSDefinitionType<IFEPIPoolDefinition> getObjectType()
-
-