org.openxma.dsl.dom.model
Interface DataViewSource

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

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

A representation of the model object 'Data View Source'.

The following features are supported:

See Also:
org.openxma.dsl.dom.DomPackage#getDataViewSource()

Method Summary
 String getAlias()
          Returns the value of the 'Alias' attribute.
 Entity getSource()
          Returns the value of the 'Source' reference.
 void setAlias(String value)
          Sets the value of the 'Alias' attribute.
 void setSource(Entity value)
          Sets the value of the 'Source' 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

getSource

Entity getSource()
Returns the value of the 'Source' reference.

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

Returns:
the value of the 'Source' reference.
See Also:
setSource(Entity), org.openxma.dsl.dom.DomPackage#getDataViewSource_Source()

setSource

void setSource(Entity value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()

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), org.openxma.dsl.dom.DomPackage#getDataViewSource_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.