Interface RelationalSchema

All Superinterfaces:
AbstractDataElement, DataContainer, DataResource, Element, org.eclipse.emf.ecore.EObject, KDMEntity, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RelationalSchemaImpl

public interface RelationalSchema
extends DataContainer
A representation of the model object 'Relational Schema'.

The following features are supported:

See Also:
DataPackage.getRelationalSchema()
  • Method Details

    • getCodeElement

      org.eclipse.emf.common.util.EList<CodeItem> getCodeElement()
      Returns the value of the 'Code Element' containment reference list. The list contents are of type CodeItem.
      Returns:
      the value of the 'Code Element' containment reference list.
      See Also:
      DataPackage.getRelationalSchema_CodeElement()