Interface EnumerationLiteral

    • Method Detail

      • setEnumeration

        void setEnumeration​(@CheckForNull
                            Enumeration value)
        Sets the value of the 'Enumeration' container reference.
        Parameters:
        value - the new value of the 'Enumeration' container reference.
        See Also:
        getEnumeration()
        Generated:
      • getClassifier

        java.util.List<Classifier> getClassifier()
        Returns the value of the 'Classifier' reference list. The list contents are of type Enumeration. It is bidirectional and its opposite is 'enumeration Literal Of Classifier'. The classifier of this EnumerationLiteral derived to be equal to its Enumeration.
        Specified by:
        getClassifier in interface InstanceSpecification
        Returns:
        the value of the 'Classifier' reference list.
        See Also:
        UMLPackage.getEnumerationLiteral_Classifier(), com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Enumeration#get_enumerationLiteralOfClassifier
        Model:
        opposite="_enumerationLiteralOfClassifier" transient="true" changeable="false" volatile="true" derived="true"
        Generated: