Package com.ibm.cics.model
Interface IFEPIPropertySetDefinitionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>,ICICSDefinitionReference<IFEPIPropertySetDefinition>,ICICSObjectReference<IFEPIPropertySetDefinition>
public interface IFEPIPropertySetDefinitionReference extends ICICSDefinitionReference<IFEPIPropertySetDefinition>
-
-
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<IFEPIPropertySetDefinition>getCICSType()ICICSDefinitionType<IFEPIPropertySetDefinition>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<IFEPIPropertySetDefinition> getCICSType()
- Specified by:
getCICSTypein interfaceICICSDefinitionReference<IFEPIPropertySetDefinition>- Specified by:
getCICSTypein interfaceICICSObjectReference<IFEPIPropertySetDefinition>
-
getObjectType
ICICSDefinitionType<IFEPIPropertySetDefinition> getObjectType()
-
-