Interface AbstractDataElement
- All Superinterfaces:
Element,org.eclipse.emf.ecore.EObject,KDMEntity,ModelElement,org.eclipse.emf.common.notify.Notifier
- 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
- All Known Implementing Classes:
AllContentImpl,CatalogImpl,ChoiceContentImpl,ColumnSetImpl,ComplexContentTypeImpl,ContentAttributeImpl,ContentElementImpl,ContentItemImpl,ContentReferenceImpl,ContentRestrictionImpl,DataActionImpl,DataContainerImpl,DataEventImpl,DataResourceImpl,DataSegmentImpl,ExtendedDataElementImpl,GroupContentImpl,IndexElementImpl,IndexImpl,MixedContentImpl,RecordFileImpl,ReferenceKeyImpl,RelationalSchemaImpl,RelationalTableImpl,RelationalViewImpl,SeqContentImpl,SimpleContentTypeImpl,UniqueKeyImpl,XMLSchemaImpl
public interface AbstractDataElement extends KDMEntity
A representation of the model object 'Abstract Data Element'.
The following features are supported:
- See Also:
DataPackage.getAbstractDataElement()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>getAbstraction()Returns the value of the 'Abstraction' containment reference list.org.eclipse.emf.common.util.EList<AbstractDataRelationship>getDataRelation()Returns the value of the 'Data Relation' containment reference list.org.eclipse.emf.common.util.EList<SourceRef>getSource()Returns the value of the 'Source' containment reference list.Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttributeMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNameMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValueMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSource
org.eclipse.emf.common.util.EList<SourceRef> getSource()Returns the value of the 'Source' containment reference list. The list contents are of typeSourceRef.- Returns:
- the value of the 'Source' containment reference list.
- See Also:
DataPackage.getAbstractDataElement_Source()
-
getDataRelation
org.eclipse.emf.common.util.EList<AbstractDataRelationship> getDataRelation()Returns the value of the 'Data Relation' containment reference list. The list contents are of typeAbstractDataRelationship.- Returns:
- the value of the 'Data Relation' containment reference list.
- See Also:
DataPackage.getAbstractDataElement_DataRelation()
-
getAbstraction
org.eclipse.emf.common.util.EList<ActionElement> getAbstraction()Returns the value of the 'Abstraction' containment reference list. The list contents are of typeActionElement.- Returns:
- the value of the 'Abstraction' containment reference list.
- See Also:
DataPackage.getAbstractDataElement_Abstraction()
-