blob: a2be174b5b0e7bc7aa1b5b765146b539590f9a0a [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: BPELExtensibleElement.java,v 1.1 2011/03/30 18:54:25 rbrodt Exp $
*/
package org.eclipse.bpel.model;
import org.eclipse.wst.wsdl.ExtensibleElement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Extensible Element</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.bpel.model.BPELExtensibleElement#getDocumentation <em>Documentation</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.bpel.model.BPELPackage#getBPELExtensibleElement()
* @model
* @generated
*/
public interface BPELExtensibleElement extends ExtensibleElement {
/**
* Returns the value of the '<em><b>Documentation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Documentation</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Documentation</em>' containment reference.
* @see #isSetDocumentation()
* @see #unsetDocumentation()
* @see #setDocumentation(Documentation)
* @see org.eclipse.bpel.model.BPELPackage#getBPELExtensibleElement_Documentation()
* @model containment="true" unsettable="true"
* @generated
*/
Documentation getDocumentation();
/**
* Sets the value of the '{@link org.eclipse.bpel.model.BPELExtensibleElement#getDocumentation <em>Documentation</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Documentation</em>' containment reference.
* @see #isSetDocumentation()
* @see #unsetDocumentation()
* @see #getDocumentation()
* @generated
*/
void setDocumentation(Documentation value);
/**
* Unsets the value of the '{@link org.eclipse.bpel.model.BPELExtensibleElement#getDocumentation <em>Documentation</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetDocumentation()
* @see #getDocumentation()
* @see #setDocumentation(Documentation)
* @generated
*/
void unsetDocumentation();
/**
* Returns whether the value of the '{@link org.eclipse.bpel.model.BPELExtensibleElement#getDocumentation <em>Documentation</em>}' containment reference is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Documentation</em>' containment reference is set.
* @see #unsetDocumentation()
* @see #getDocumentation()
* @see #setDocumentation(Documentation)
* @generated
*/
boolean isSetDocumentation();
} // BPELExtensibleElement