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