org.openxma.dsl.dom.model
Interface CallOutputParameter

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

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

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

The following features are supported:

See Also:
DomPackage.getCallOutputParameter()

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

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.getCallOutputParameter_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()

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.getCallOutputParameter_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()

getNestedAttribute

Attribute getNestedAttribute()
Returns the value of the 'Nested Attribute' reference.

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

Returns:
the value of the 'Nested Attribute' reference.
See Also:
setNestedAttribute(Attribute), DomPackage.getCallOutputParameter_NestedAttribute()

setNestedAttribute

void setNestedAttribute(Attribute value)
Sets the value of the 'Nested Attribute' reference.

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


Copyright © 2013. All Rights Reserved.