Interface AttributeValue

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:
DoubleAttributeValue, ExternalObjectAttributeValue, IntegerAttributeValue, StringAttributeValue
All Known Implementing Classes:
AttributeValueImpl, DoubleAttributeValueImpl, ExternalObjectAttributeValueImpl, IntegerAttributeValueImpl, StringAttributeValueImpl

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

The following features are supported:

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

    • getValue

      String getValue()
      Returns the value of the 'Value' attribute.

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

      Returns:
      the value of the 'Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setValue

      void setValue(String value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
      Generated class or method.
    • getConfignode

      ConfigNode getConfignode()
      Returns the value of the 'Confignode' container reference. It is bidirectional and its opposite is 'Attributevalue'.

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

      Returns:
      the value of the 'Confignode' container reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      opposite="attributevalue" required="true" transient="false" ordered="false"
    • setConfignode

      void setConfignode(ConfigNode value)
      Sets the value of the 'Confignode' container reference.
      Parameters:
      value - the new value of the 'Confignode' container reference.
      See Also:
      Generated class or method.