public interface Table extends Named
RelationalPackage.getTable()
Modifier and Type | Method and Description |
---|---|
com.sodius.mdw.core.model.emf.MDWEList |
getColumns()
Returns the value of the 'Columns' containment reference list.
|
com.sodius.mdw.core.model.emf.MDWEList |
getKeys()
Returns the value of the 'Keys' reference list.
|
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
com.sodius.mdw.core.model.emf.MDWEList getKeys()
Column
.
It is bidirectional and its opposite is 'Key Of
'.
RelationalPackage.getTable_Keys()
,
Column.getKeyOf()
com.sodius.mdw.core.model.emf.MDWEList getColumns()
Column
.
It is bidirectional and its opposite is 'Owner
'.
RelationalPackage.getTable_Columns()
,
Column.getOwner()