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