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:
    designdecisionPackage.getClassChoice()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • 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:
        getChosenValue()
        Generated class or method.