All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, CharacteristicReference, EnumCharacteristicReference, EObject, de.uka.ipd.sdq.identifier.Identifier, Notifier, Term
All Known Implementing Classes:
DataCharacteristicReferenceImpl

public interface DataCharacteristicReference extends EnumCharacteristicReference
A representation of the model object 'Data Characteristic Reference'.

The following features are supported:

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

    • getPin

      Pin getPin()
      Returns the value of the 'Pin' reference.
      Returns:
      the value of the 'Pin' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setPin

      void setPin(Pin value)
      Sets the value of the 'Pin' reference.
      Parameters:
      value - the new value of the 'Pin' reference.
      See Also:
      Generated class or method.