org.openxma.dsl.dom.model
Interface QueryParameterValue

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Expression, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
QueryParameterValueImpl

public interface QueryParameterValue
extends Expression

A representation of the model object 'Query Parameter Value'.

The following features are supported:

See Also:
DomPackage.getQueryParameterValue()

Method Summary
 Attribute getAttribute()
          Returns the value of the 'Attribute' reference.
 QueryParameterReference getParameter()
          Returns the value of the 'Parameter' reference.
 void setAttribute(Attribute value)
          Sets the value of the 'Attribute' reference.
 void setParameter(QueryParameterReference value)
          Sets the value of the 'Parameter' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getParameter

QueryParameterReference getParameter()
Returns the value of the 'Parameter' reference.

If the meaning of the 'Parameter' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameter' reference.
See Also:
setParameter(QueryParameterReference), DomPackage.getQueryParameterValue_Parameter()

setParameter

void setParameter(QueryParameterReference value)
Sets the value of the 'Parameter' reference.

Parameters:
value - the new value of the 'Parameter' reference.
See Also:
getParameter()

getAttribute

Attribute getAttribute()
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...

Returns:
the value of the 'Attribute' reference.
See Also:
setAttribute(Attribute), DomPackage.getQueryParameterValue_Attribute()

setAttribute

void setAttribute(Attribute value)
Sets the value of the 'Attribute' reference.

Parameters:
value - the new value of the 'Attribute' reference.
See Also:
getAttribute()


Copyright © 2013. All Rights Reserved.