Interface AdapterInclusion

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, DescribedElement, EObject, de.uka.ipd.sdq.identifier.Identifier, InclusionMechanism, NamedElement, Notifier
All Known Implementing Classes:
AdapterInclusionImpl

public interface AdapterInclusion extends InclusionMechanism
A representation of the model object 'Adapter Inclusion'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getAppears

      Appearance getAppears()
      Returns the value of the 'Appears' attribute. The default value is "BEFORE". The literals are from the enumeration Appearance.

      If the meaning of the 'Appears' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Appears' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="BEFORE" required="true"
    • setAppears

      void setAppears(Appearance value)
      Sets the value of the 'Appears' attribute.
      Parameters:
      value - the new value of the 'Appears' attribute.
      See Also:
      Generated class or method.