Interface StringAttribute

    • Method Detail

      • getDefaultValue

        String getDefaultValue()
        Returns the value of the 'Default Value' attribute.

        If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Default Value' attribute.
        See Also:
        setDefaultValue(String), featuremodelPackage.getStringAttribute_DefaultValue()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setDefaultValue

        void setDefaultValue​(String value)
        Sets the value of the 'Default Value' attribute.
        Parameters:
        value - the new value of the 'Default Value' attribute.
        See Also:
        getDefaultValue()
        Generated class or method.