com.ibm.xtools.bpmn2
Interface ItemDefinition

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

public interface ItemDefinition
extends RootElement

A representation of the model object 'Item Definition'.

The following features are supported:

See Also:
Bpmn2Package.getItemDefinition()

Method Summary
 javax.xml.namespace.QName getStructure()
          Returns the value of the 'Structure' attribute.
 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 setStructure(javax.xml.namespace.QName value)
          Sets the value of the 'Structure' attribute.
 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.getItemDefinition_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)

getStructure

javax.xml.namespace.QName getStructure()
Returns the value of the 'Structure' attribute.

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

Returns:
the value of the 'Structure' attribute.
See Also:
setStructure(QName), Bpmn2Package.getItemDefinition_Structure()

setStructure

void setStructure(javax.xml.namespace.QName value)
Sets the value of the 'Structure' attribute.

Parameters:
value - the new value of the 'Structure' attribute.
See Also:
getStructure()