Interface OpaqueExpression

    • Method Detail

      • getBody

        java.util.List<java.lang.String> getBody()
        Returns the value of the 'Body' attribute list. The list contents are of type String. A textual definition of the behavior of the OpaqueExpression, possibly in multiple languages.
        Returns:
        the value of the 'Body' attribute list.
        See Also:
        UMLPackage.getOpaqueExpression_Body()
        Model:
        unique="false" dataType="com.nomagic.uml2.ext.magicdraw.String"
        Generated:
      • getLanguage

        java.util.List<java.lang.String> getLanguage()
        Returns the value of the 'Language' attribute list. The list contents are of type String. Specifies the languages used to express the textual bodies of the OpaqueExpression. Languages are matched to body Strings by order. The interpretation of the body depends on the languages. If the languages are unspecified, they may be implicit from the expression body or the context.
        Returns:
        the value of the 'Language' attribute list.
        See Also:
        UMLPackage.getOpaqueExpression_Language()
        Model:
        dataType="com.nomagic.uml2.ext.magicdraw.String"
        Generated:
      • getResult

        @CheckForNull
        Parameter getResult()
        Returns the value of the 'Result' reference. It is bidirectional and its opposite is 'opaque Expression Of Result'. If an OpaqueExpression is specified using a UML Behavior, then this refers to the single required return Parameter of that Behavior. When the Behavior completes execution, the values on this Parameter give the result of evaluating the OpaqueExpression.
        Returns:
        the value of the 'Result' reference.
        See Also:
        UMLPackage.getOpaqueExpression_Result(), com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Parameter#get_opaqueExpressionOfResult
        Model:
        opposite="_opaqueExpressionOfResult" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • set_abstractionOfMapping

        void set_abstractionOfMapping​(@CheckForNull
                                      Abstraction value)
        Sets the value of the 'abstraction Of Mapping' container reference.
        Parameters:
        value - the new value of the 'abstraction Of Mapping' container reference.
        See Also:
        get_abstractionOfMapping()
        Generated:
      • setBehavior

        void setBehavior​(@CheckForNull
                         Behavior value)
        Sets the value of the 'Behavior' reference.
        Parameters:
        value - the new value of the 'Behavior' reference.
        See Also:
        getBehavior()
        Generated:
      • hasBody

        boolean hasBody()
                 throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasLanguage

        boolean hasLanguage()
                     throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated: