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