/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.bpel.fnmeta.model; import org.eclipse.emf.ecore.EObject; import org.w3c.dom.Element; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Facade Element</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.bpel.fnmeta.model.FacadeElement#getElement <em>Element</em>}</li> * </ul> * </p> * * @see org.eclipse.bpel.fnmeta.model.FMPackage#getFacadeElement() * @model * @generated */ public interface FacadeElement extends EObject { /** * Returns the value of the '<em><b>Element</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Element</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Element</em>' attribute. * @see #setElement(Element) * @see org.eclipse.bpel.fnmeta.model.FMPackage#getFacadeElement_Element() * @model dataType="org.eclipse.bpel.fnmeta.model.DOMElement" * @generated */ Element getElement(); /** * Sets the value of the '{@link org.eclipse.bpel.fnmeta.model.FacadeElement#getElement <em>Element</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Element</em>' attribute. * @see #getElement() * @generated */ void setElement(Element value); } // FacadeElement