|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataStore
A representation of the model object 'Data Store'.
The following features are supported:
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 |
---|
java.math.BigInteger getCapacity()
If the meaning of the 'Capacity' attribute isn't clear, there really should be more of a description here...
setCapacity(BigInteger)
,
Bpmn2Package.getDataStore_Capacity()
void setCapacity(java.math.BigInteger value)
Capacity
' attribute.
value
- the new value of the 'Capacity' attribute.getCapacity()
boolean isIsUnlimited()
"true"
.
If the meaning of the 'Is Unlimited' attribute isn't clear, there really should be more of a description here...
isSetIsUnlimited()
,
unsetIsUnlimited()
,
setIsUnlimited(boolean)
,
Bpmn2Package.getDataStore_IsUnlimited()
void setIsUnlimited(boolean value)
Is Unlimited
' attribute.
value
- the new value of the 'Is Unlimited' attribute.isSetIsUnlimited()
,
unsetIsUnlimited()
,
isIsUnlimited()
void unsetIsUnlimited()
Is Unlimited
' attribute.
isSetIsUnlimited()
,
isIsUnlimited()
,
setIsUnlimited(boolean)
boolean isSetIsUnlimited()
Is Unlimited
' attribute is set.
unsetIsUnlimited()
,
isIsUnlimited()
,
setIsUnlimited(boolean)
ItemDefinition getItemSubject()
If the meaning of the 'Item Subject' reference isn't clear, there really should be more of a description here...
setItemSubject(ItemDefinition)
,
Bpmn2Package.getDataStore_ItemSubject()
void setItemSubject(ItemDefinition value)
Item Subject
' reference.
value
- the new value of the 'Item Subject' reference.getItemSubject()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |