org.openxma.dsl.dom.model.QueryParameter Maven / Gradle / Ivy
/**
*
*
*
* $Id$
*/
package org.openxma.dsl.dom.model;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Query Parameter'.
*
*
*
* The following features are supported:
*
* - {@link org.openxma.dsl.dom.model.QueryParameter#getAttribute Attribute}
*
*
*
* @see org.openxma.dsl.dom.DomPackage#getQueryParameter()
* @model
* @generated
*/
public interface QueryParameter extends EObject {
/**
* Returns the value of the 'Attribute' reference.
*
*
* If the meaning of the 'Attribute' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Attribute' reference.
* @see #setAttribute(Attribute)
* @see org.openxma.dsl.dom.DomPackage#getQueryParameter_Attribute()
* @model
* @generated
*/
Attribute getAttribute();
/**
* Sets the value of the '{@link org.openxma.dsl.dom.model.QueryParameter#getAttribute Attribute}' reference.
*
*
* @param value the new value of the 'Attribute' reference.
* @see #getAttribute()
* @generated
*/
void setAttribute(Attribute value);
} // QueryParameter