org.openxma.dsl.dom.model
Interface CallInputParameter

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

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

A representation of the model object 'Call Input Parameter'.

The following features are supported:

See Also:
DomPackage.getCallInputParameter()

Method Summary
 Attribute getAttribute()
          Returns the value of the 'Attribute' reference.
 String getName()
          Returns the value of the 'Name' attribute.
 QueryParameter getParameter()
          Returns the value of the 'Parameter' reference.
 void setAttribute(Attribute value)
          Sets the value of the 'Attribute' reference.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setParameter(QueryParameter 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

QueryParameter 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(QueryParameter), DomPackage.getCallInputParameter_Parameter()

setParameter

void setParameter(QueryParameter 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.getCallInputParameter_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()

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DomPackage.getCallInputParameter_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()


Copyright © 2013. All Rights Reserved.