org.openxma.dsl.dom.model
Interface DaoFeature

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Column, ManyToMany, ManyToOne, OneToMany, OneToOne
All Known Implementing Classes:
ColumnImpl, DaoFeatureImpl, ManyToManyImpl, ManyToOneImpl, OneToManyImpl, OneToOneImpl

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

A representation of the model object 'Dao Feature'.

The following features are supported:

See Also:
DomPackage.getDaoFeature()

Method Summary
 Attribute getAttribute()
          Returns the value of the 'Attribute' reference.
 void setAttribute(Attribute value)
          Sets the value of the '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

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


Copyright © 2013. All Rights Reserved.