com.ibm.xtools.bpmn2
Interface DataObject

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, FlowElement, org.eclipse.emf.common.notify.Notifier

public interface DataObject
extends FlowElement

A representation of the model object 'Data Object'.

The following features are supported:

See Also:
Bpmn2Package.getDataObject()

Method Summary
 ItemDefinition getItemSubject()
          Returns the value of the 'Item Subject' reference.
 boolean isIsCollection()
          Returns the value of the 'Is Collection' attribute.
 boolean isSetIsCollection()
          Returns whether the value of the 'Is Collection' attribute is set.
 void setIsCollection(boolean value)
          Sets the value of the 'Is Collection' attribute.
 void setItemSubject(ItemDefinition value)
          Sets the value of the 'Item Subject' reference.
 void unsetIsCollection()
          Unsets the value of the 'Is Collection' attribute.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isIsCollection

boolean isIsCollection()
Returns the value of the 'Is Collection' attribute. The default value is "false".

If the meaning of the 'Is Collection' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Collection' attribute.
See Also:
isSetIsCollection(), unsetIsCollection(), setIsCollection(boolean), Bpmn2Package.getDataObject_IsCollection()

setIsCollection

void setIsCollection(boolean value)
Sets the value of the 'Is Collection' attribute.

Parameters:
value - the new value of the 'Is Collection' attribute.
See Also:
isSetIsCollection(), unsetIsCollection(), isIsCollection()

unsetIsCollection

void unsetIsCollection()
Unsets the value of the 'Is Collection' attribute.

See Also:
isSetIsCollection(), isIsCollection(), setIsCollection(boolean)

isSetIsCollection

boolean isSetIsCollection()
Returns whether the value of the 'Is Collection' attribute is set.

Returns:
whether the value of the 'Is Collection' attribute is set.
See Also:
unsetIsCollection(), isIsCollection(), setIsCollection(boolean)

getItemSubject

ItemDefinition getItemSubject()
Returns the value of the 'Item Subject' reference.

If the meaning of the 'Item Subject' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Item Subject' reference.
See Also:
setItemSubject(ItemDefinition), Bpmn2Package.getDataObject_ItemSubject()

setItemSubject

void setItemSubject(ItemDefinition value)
Sets the value of the 'Item Subject' reference.

Parameters:
value - the new value of the 'Item Subject' reference.
See Also:
getItemSubject()