Interface ClassChoice

All Superinterfaces:
Choice, EObject, Notifier
All Known Implementing Classes:
ClassChoiceImpl

public interface ClassChoice extends Choice
A representation of the model object 'Class Choice'. The EnumerationChoice represents a choice for a DegreeOfFreedom that has a domain of PCM Entities (i.e. a EnumerationDegree). TODO constraint: The degreeOfFreedom of this Choice must be an EnumerationDegree

The following features are supported:

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

    • getChosenValue

      EObject getChosenValue()
      Returns the value of the 'Chosen Value' reference. TODO: constraint: Chosen entity must be in the domain of the EnumerationDegree;
      Returns:
      the value of the 'Chosen Value' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setChosenValue

      void setChosenValue(EObject value)
      Sets the value of the 'Chosen Value' reference.
      Parameters:
      value - the new value of the 'Chosen Value' reference.
      See Also:
      Generated class or method.