org.openxma.dsl.dom.model
Interface InCollectionElements

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

public interface InCollectionElements
extends FromRange

A representation of the model object 'In Collection Elements'.

The following features are supported:

See Also:
DomPackage.getInCollectionElements()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 String getReference()
          Returns the value of the 'Reference' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setReference(String value)
          Sets the value of the 'Reference' attribute.
 
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.getInCollectionElements_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()

getReference

String getReference()
Returns the value of the 'Reference' attribute.

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

Returns:
the value of the 'Reference' attribute.
See Also:
setReference(String), DomPackage.getInCollectionElements_Reference()

setReference

void setReference(String value)
Sets the value of the 'Reference' attribute.

Parameters:
value - the new value of the 'Reference' attribute.
See Also:
getReference()


Copyright © 2013. All Rights Reserved.