org.eclipse.gmt.modisco.omg.kdm.data
Interface AbstractDataElement

All Superinterfaces:
Element, KDMEntity, ModelElement
All Known Subinterfaces:
AbstractContentElement, AllContent, Catalog, ChoiceContent, ColumnSet, ComplexContentType, ContentAttribute, ContentElement, ContentItem, ContentReference, ContentRestriction, DataAction, DataContainer, DataEvent, DataResource, DataSegment, ExtendedDataElement, GroupContent, Index, IndexElement, MixedContent, RecordFile, ReferenceKey, RelationalSchema, RelationalTable, RelationalView, SeqContent, SimpleContentType, UniqueKey, XMLSchema

public interface AbstractDataElement
extends KDMEntity

A representation of the model object 'Abstract Data Element'.

The following features are supported:

See Also:
DataPackage.getAbstractDataElement()
Generated:
Model:
interface="true" abstract="true"

Method Summary
  getAbstraction()
          Returns the value of the 'Abstraction' containment reference list.
  getDataRelation()
          Returns the value of the 'Data Relation' containment reference list.
  getSource()
          Returns the value of the 'Source' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getSource

 getSource()
Returns the value of the 'Source' containment reference list. The list contents are of type SourceRef.

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

Returns:
the value of the 'Source' containment reference list.
See Also:
DataPackage.getAbstractDataElement_Source()
Generated:
Model:
containment="true" ordered="false"

getDataRelation

 getDataRelation()
Returns the value of the 'Data Relation' containment reference list. The list contents are of type AbstractDataRelationship.

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

Returns:
the value of the 'Data Relation' containment reference list.
See Also:
DataPackage.getAbstractDataElement_DataRelation()
Generated:
Model:
containment="true" ordered="false"

getAbstraction

 getAbstraction()
Returns the value of the 'Abstraction' containment reference list. The list contents are of type ActionElement.

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

Returns:
the value of the 'Abstraction' containment reference list.
See Also:
DataPackage.getAbstractDataElement_Abstraction()
Generated:
Model:
containment="true"