Interface Attribute

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, NamedElement, Notifier
All Known Subinterfaces:
DoubleAttribute, ExternalObjectAttribute, IntegerAttribute, StringAttribute
All Known Implementing Classes:
AttributeImpl, DoubleAttributeImpl, ExternalObjectAttributeImpl, IntegerAttributeImpl, StringAttributeImpl

public interface Attribute extends NamedElement
A representation of the model object 'Attribute'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getRange

      IntervalRange getRange()
      Returns the value of the 'Range' containment reference.

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

      Returns:
      the value of the 'Range' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" ordered="false"
    • setRange

      void setRange(IntervalRange value)
      Sets the value of the 'Range' containment reference.
      Parameters:
      value - the new value of the 'Range' containment reference.
      See Also:
      Generated class or method.