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