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

Packages that use AbstractDataElement
org.eclipse.gmt.modisco.omg.kdm.data   
org.eclipse.gmt.modisco.omg.kdm.data.util   
 

Uses of AbstractDataElement in org.eclipse.gmt.modisco.omg.kdm.data
 

Subinterfaces of AbstractDataElement in org.eclipse.gmt.modisco.omg.kdm.data
 interface AbstractContentElement
          A representation of the model object 'Abstract Content Element'.
 interface AllContent
          A representation of the model object 'All Content'.
 interface Catalog
          A representation of the model object 'Catalog'.
 interface ChoiceContent
          A representation of the model object 'Choice Content'.
 interface ColumnSet
          A representation of the model object 'Column Set'.
 interface ComplexContentType
          A representation of the model object 'Complex Content Type'.
 interface ContentAttribute
          A representation of the model object 'Content Attribute'.
 interface ContentElement
          A representation of the model object 'Content Element'.
 interface ContentItem
          A representation of the model object 'Content Item'.
 interface ContentReference
          A representation of the model object 'Content Reference'.
 interface ContentRestriction
          A representation of the model object 'Content Restriction'.
 interface DataAction
          A representation of the model object 'Action'.
 interface DataContainer
          A representation of the model object 'Container'.
 interface DataEvent
          A representation of the model object 'Event'.
 interface DataResource
          A representation of the model object 'Resource'.
 interface DataSegment
          A representation of the model object 'Segment'.
 interface ExtendedDataElement
          A representation of the model object 'Extended Data Element'.
 interface GroupContent
          A representation of the model object 'Group Content'.
 interface Index
          A representation of the model object 'Index'.
 interface IndexElement
          A representation of the model object 'Index Element'.
 interface MixedContent
          A representation of the model object 'Mixed Content'.
 interface RecordFile
          A representation of the model object 'Record File'.
 interface ReferenceKey
          A representation of the model object 'Reference Key'.
 interface RelationalSchema
          A representation of the model object 'Relational Schema'.
 interface RelationalTable
          A representation of the model object 'Relational Table'.
 interface RelationalView
          A representation of the model object 'Relational View'.
 interface SeqContent
          A representation of the model object 'Seq Content'.
 interface SimpleContentType
          A representation of the model object 'Simple Content Type'.
 interface UniqueKey
          A representation of the model object 'Unique Key'.
 interface XMLSchema
          A representation of the model object 'XML Schema'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data that return AbstractDataElement
 AbstractDataElement DataRelationship.getFrom()
          Returns the value of the 'From' reference.
 AbstractDataElement HasContent.getTo()
          Returns the value of the 'To' reference.
 AbstractDataElement ManagesData.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type AbstractDataElement
 void DataRelationship.setFrom(AbstractDataElement value)
          Sets the value of the 'From' reference.
 void HasContent.setTo(AbstractDataElement value)
          Sets the value of the 'To' reference.
 void ManagesData.setTo(AbstractDataElement value)
          Sets the value of the 'To' reference.
 

Uses of AbstractDataElement in org.eclipse.gmt.modisco.omg.kdm.data.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type AbstractDataElement
 T DataSwitch.caseAbstractDataElement(AbstractDataElement object)
          Returns the result of interpreting the object as an instance of 'Abstract Data Element'.