org.openxma.dsl.dom.model
Interface FeatureReference

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.openxma.dsl.core.model.IDocumentable, org.eclipse.emf.common.notify.Notifier, PresentableFeature
All Known Implementing Classes:
FeatureReferenceImpl

public interface FeatureReference
extends PresentableFeature, org.openxma.dsl.core.model.IDocumentable

A representation of the model object 'Feature Reference'.

The following features are supported:

See Also:
DomPackage.getFeatureReference()

Method Summary
 Attribute getAttribute()
          Returns the value of the 'Attribute' reference.
 org.eclipse.emf.common.util.EList<AttributeProperty> getProperties()
          Returns the value of the 'Properties' containment reference list.
 Entity getSource()
          Returns the value of the 'Source' reference.
 Attribute getTarget()
          Returns the value of the 'Target' reference.
 DataView getView()
          Returns the value of the 'View' reference.
 boolean isAll()
          Returns the value of the 'All' attribute.
 void setAll(boolean value)
          Sets the value of the 'All' attribute.
 void setAttribute(Attribute value)
          Sets the value of the 'Attribute' reference.
 void setSource(Entity value)
          Sets the value of the 'Source' reference.
 void setTarget(Attribute attribute)
           
 void setView(DataView value)
          Sets the value of the 'View' reference.
 
Methods inherited from interface org.openxma.dsl.dom.model.PresentableFeature
getAttributProperties, getCalculatedName, getFormat, getLabelText, getName, getTooltipText, getUnitAttribute, getUnitText, setName
 
Methods inherited from interface org.openxma.dsl.core.model.IDocumentable
getTxtDescription, setTxtDescription
 
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), DomPackage.getFeatureReference_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()

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...

Specified by:
getAttribute in interface PresentableFeature
Returns:
the value of the 'Attribute' reference.
See Also:
setAttribute(Attribute), DomPackage.getFeatureReference_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()

getView

DataView getView()
Returns the value of the 'View' reference.

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

Returns:
the value of the 'View' reference.
See Also:
setView(DataView), DomPackage.getFeatureReference_View()

setView

void setView(DataView value)
Sets the value of the 'View' reference.

Parameters:
value - the new value of the 'View' reference.
See Also:
getView()

getProperties

org.eclipse.emf.common.util.EList<AttributeProperty> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type AttributeProperty.

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

Returns:
the value of the 'Properties' containment reference list.
See Also:
DomPackage.getFeatureReference_Properties()

isAll

boolean isAll()
Returns the value of the 'All' attribute.

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

Returns:
the value of the 'All' attribute.
See Also:
setAll(boolean), DomPackage.getFeatureReference_All()

setAll

void setAll(boolean value)
Sets the value of the 'All' attribute.

Parameters:
value - the new value of the 'All' attribute.
See Also:
isAll()

getTarget

Attribute getTarget()
Returns the value of the 'Target' reference.

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

Returns:
the value of the 'Target' reference.
See Also:
DomPackage.getFeatureReference_Target()

setTarget

void setTarget(Attribute attribute)


Copyright © 2013. All Rights Reserved.