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