blob: eb2677f19ad41d590f1ec82cb793439baead2b17 [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Error</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* self.structureRef = self.base_Class
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.Error#getErrorCode <em>Error Code</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getError()
* @model
* @generated
*/
public interface Error extends ItemDefinition {
/**
* Returns the value of the '<em><b>Error Code</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Error Code</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Error Code</em>' attribute.
* @see #setErrorCode(String)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getError_ErrorCode()
* @model dataType="org.eclipse.uml2.types.String" ordered="false"
* @generated
*/
String getErrorCode();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.Error#getErrorCode <em>Error Code</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Error Code</em>' attribute.
* @see #getErrorCode()
* @generated
*/
void setErrorCode(String value);
} // Error