blob: dd791b33f6aa2c507d6fb8a55eec8d0a4d9684a2 [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Data Store</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.DataStore#getCapacity <em>Capacity</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.DataStore#isUnlimited <em>Is Unlimited</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.DataStore#getBase_Class <em>Base Class</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.DataStore#getItemSubjectRef <em>Item Subject Ref</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getDataStore()
* @model
* @generated
*/
public interface DataStore extends RootElement {
/**
* Returns the value of the '<em><b>Capacity</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Capacity</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Capacity</em>' attribute.
* @see #setCapacity(int)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getDataStore_Capacity()
* @model dataType="org.eclipse.uml2.types.Integer" ordered="false"
* @generated
*/
int getCapacity();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.DataStore#getCapacity <em>Capacity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Capacity</em>' attribute.
* @see #getCapacity()
* @generated
*/
void setCapacity(int value);
/**
* Returns the value of the '<em><b>Is Unlimited</b></em>' attribute.
* The default value is <code>"true"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Is Unlimited</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Is Unlimited</em>' attribute.
* @see #setIsUnlimited(boolean)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getDataStore_IsUnlimited()
* @model default="true" dataType="org.eclipse.uml2.types.Boolean" required="true" ordered="false"
* @generated
*/
boolean isUnlimited();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.DataStore#isUnlimited <em>Is Unlimited</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Is Unlimited</em>' attribute.
* @see #isUnlimited()
* @generated
*/
void setIsUnlimited(boolean value);
/**
* Returns the value of the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Class</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Class</em>' reference.
* @see #setBase_Class(org.eclipse.uml2.uml.Class)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getDataStore_Base_Class()
* @model required="true" ordered="false"
* @generated
*/
org.eclipse.uml2.uml.Class getBase_Class();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.DataStore#getBase_Class <em>Base Class</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Class</em>' reference.
* @see #getBase_Class()
* @generated
*/
void setBase_Class(org.eclipse.uml2.uml.Class value);
/**
* Returns the value of the '<em><b>Item Subject Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Item Subject Ref</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Item Subject Ref</em>' reference.
* @see #setItemSubjectRef(ItemDefinition)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getDataStore_ItemSubjectRef()
* @model ordered="false"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='itemSubjectRef '"
* @generated
*/
ItemDefinition getItemSubjectRef();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.DataStore#getItemSubjectRef <em>Item Subject Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Item Subject Ref</em>' reference.
* @see #getItemSubjectRef()
* @generated
*/
void setItemSubjectRef(ItemDefinition value);
} // DataStore