org.eclipse.gmt.modisco.omg.kdm.ui
Interface AbstractUIElement

All Superinterfaces:
Element, KDMEntity, ModelElement
All Known Subinterfaces:
Report, Screen, UIAction, UIDisplay, UIElement, UIEvent, UIField, UIResource

public interface AbstractUIElement
extends KDMEntity

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

The following features are supported:

See Also:
UiPackage.getAbstractUIElement()
Generated:
Model:
interface="true" abstract="true"

Method Summary
  getAbstraction()
          Returns the value of the 'Abstraction' containment reference list.
  getImplementation()
          Returns the value of the 'Implementation' reference list.
  getSource()
          Returns the value of the 'Source' containment reference list.
  getUIRelation()
          Returns the value of the 'UI Relation' 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:
UiPackage.getAbstractUIElement_Source()
Generated:
Model:
containment="true" ordered="false"

getUIRelation

 getUIRelation()
Returns the value of the 'UI Relation' containment reference list. The list contents are of type AbstractUIRelationship.

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

Returns:
the value of the 'UI Relation' containment reference list.
See Also:
UiPackage.getAbstractUIElement_UIRelation()
Generated:
Model:
containment="true" ordered="false"

getImplementation

 getImplementation()
Returns the value of the 'Implementation' reference list. The list contents are of type AbstractCodeElement.

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

Returns:
the value of the 'Implementation' reference list.
See Also:
UiPackage.getAbstractUIElement_Implementation()
Generated:
Model:
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:
UiPackage.getAbstractUIElement_Abstraction()
Generated:
Model:
containment="true"