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