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