com.ibm.xtools.bpmn2
Interface DataStore

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

public interface DataStore
extends RootElement

A representation of the model object 'Data Store'.

The following features are supported:

See Also:
Bpmn2Package.getDataStore()

Method Summary
 java.math.BigInteger getCapacity()
          Returns the value of the 'Capacity' attribute.
 ItemDefinition getItemSubject()
          Returns the value of the 'Item Subject' reference.
 boolean isIsUnlimited()
          Returns the value of the 'Is Unlimited' attribute.
 boolean isSetIsUnlimited()
          Returns whether the value of the 'Is Unlimited' attribute is set.
 void setCapacity(java.math.BigInteger value)
          Sets the value of the 'Capacity' attribute.
 void setIsUnlimited(boolean value)
          Sets the value of the 'Is Unlimited' attribute.
 void setItemSubject(ItemDefinition value)
          Sets the value of the 'Item Subject' reference.
 void unsetIsUnlimited()
          Unsets the value of the 'Is Unlimited' 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

getCapacity

java.math.BigInteger getCapacity()
Returns the value of the 'Capacity' attribute.

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

Returns:
the value of the 'Capacity' attribute.
See Also:
setCapacity(BigInteger), Bpmn2Package.getDataStore_Capacity()

setCapacity

void setCapacity(java.math.BigInteger value)
Sets the value of the 'Capacity' attribute.

Parameters:
value - the new value of the 'Capacity' attribute.
See Also:
getCapacity()

isIsUnlimited

boolean isIsUnlimited()
Returns the value of the 'Is Unlimited' attribute. The default value is "true".

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

Returns:
the value of the 'Is Unlimited' attribute.
See Also:
isSetIsUnlimited(), unsetIsUnlimited(), setIsUnlimited(boolean), Bpmn2Package.getDataStore_IsUnlimited()

setIsUnlimited

void setIsUnlimited(boolean value)
Sets the value of the 'Is Unlimited' attribute.

Parameters:
value - the new value of the 'Is Unlimited' attribute.
See Also:
isSetIsUnlimited(), unsetIsUnlimited(), isIsUnlimited()

unsetIsUnlimited

void unsetIsUnlimited()
Unsets the value of the 'Is Unlimited' attribute.

See Also:
isSetIsUnlimited(), isIsUnlimited(), setIsUnlimited(boolean)

isSetIsUnlimited

boolean isSetIsUnlimited()
Returns whether the value of the 'Is Unlimited' attribute is set.

Returns:
whether the value of the 'Is Unlimited' attribute is set.
See Also:
unsetIsUnlimited(), isIsUnlimited(), setIsUnlimited(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.getDataStore_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()