Interface LiteralString

    • Method Detail

      • getValue

        @CheckForNull
        java.lang.String getValue()
        Returns the value of the 'Value' attribute. The default value is "". The specified String value.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), UMLPackage.getLiteralString_Value()
        Model:
        default="" dataType="com.nomagic.uml2.ext.magicdraw.String" ordered="false"
        Generated:
      • setValue

        void setValue​(@CheckForNull
                      java.lang.String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
        Generated: