Class MQSetExtObject
java.lang.Object
com.ibm.mq.explorer.ui.internal.objects.MQExtObjectBase
com.ibm.mq.explorer.ui.extensions.MQExtObject
com.ibm.mq.explorer.ui.extensions.MQSetExtObject
- All Implemented Interfaces:
org.eclipse.ui.IActionFilter
Class for the MQExtObject associated with a Set
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Copyright noticestatic final String
SCCS id - expanded when file is extracted from CMVCFields inherited from class com.ibm.mq.explorer.ui.extensions.MQExtObject
VERSION
-
Constructor Summary
ConstructorsConstructorDescriptionNull constructorMQSetExtObject
(MQExtObject parentObj, Object obj, String type, String objId, String objName) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGet an array of objects currently in the associated SetMethods inherited from class com.ibm.mq.explorer.ui.extensions.MQExtObject
addObjectChangedListener, addObjectDeletedListener, getInstanceId, getInternalDataObject, getInternalObject, getMqType, getName, getObjectChangedListenerCount, getObjectDeletedListenerCount, getObjectId, getParent, objectChanged, objectDeleted, removeObjectChangedListener, removeObjectDeletedListener, setInternalDataObject, setInternalObject, setName, testAttribute, toString
-
Field Details
-
SCCSID
SCCS id - expanded when file is extracted from CMVC- See Also:
-
COPYRIGHT_NOTICE
Copyright notice- See Also:
-
-
Constructor Details
-
MQSetExtObject
public MQSetExtObject()Null constructor -
MQSetExtObject
Constructor- Parameters:
parentObj
- parent MQExtObjectobj
- instance objecttype
- object typeobjId
- Object IDobjName
- Name of the object
-
-
Method Details
-
getObjectsInSet
Get an array of objects currently in the associated Set- Returns:
- MQExtObject[] array of objects currently in the Set
-