org.openxma.dsl.dom.model
Interface InCollection

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

public interface InCollection
extends FromRange

A representation of the model object 'In Collection'.

The following features are supported:

See Also:
DomPackage.getInCollection()

Method Summary
 String getAlias()
          Returns the value of the 'Alias' attribute.
 String getPath()
          Returns the value of the 'Path' attribute.
 void setAlias(String value)
          Sets the value of the 'Alias' attribute.
 void setPath(String value)
          Sets the value of the 'Path' 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

getPath

String getPath()
Returns the value of the 'Path' attribute.

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

Returns:
the value of the 'Path' attribute.
See Also:
setPath(String), DomPackage.getInCollection_Path()

setPath

void setPath(String value)
Sets the value of the 'Path' attribute.

Parameters:
value - the new value of the 'Path' attribute.
See Also:
getPath()

getAlias

String getAlias()
Returns the value of the 'Alias' attribute.

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

Returns:
the value of the 'Alias' attribute.
See Also:
setAlias(String), DomPackage.getInCollection_Alias()

setAlias

void setAlias(String value)
Sets the value of the 'Alias' attribute.

Parameters:
value - the new value of the 'Alias' attribute.
See Also:
getAlias()


Copyright © 2013. All Rights Reserved.