org.openxma.dsl.dom.model
Interface QueryParameter

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Parameter
All Known Implementing Classes:
ParameterImpl, QueryParameterImpl

public interface QueryParameter
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Query Parameter'.

The following features are supported:

See Also:
DomPackage.getQueryParameter()

Method Summary
 Attribute getAttribute()
          Returns the value of the 'Attribute' reference.
 void setAttribute(Attribute value)
          Sets the value of the 'Attribute' 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

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.getQueryParameter_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.