Interface PropertyDefinition

    • Method Detail

      • setOptional

        void setOptional​(boolean value)
        Sets the value of the 'Optional' attribute.
        Parameters:
        value - the new value of the 'Optional' attribute.
        See Also:
        isOptional()
        Generated class or method.
      • setName

        void setName​(String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated class or method.
      • setType

        void setType​(EObject value)
        Sets the value of the 'Type' reference.
        Parameters:
        value - the new value of the 'Type' reference.
        See Also:
        getType()
        Generated class or method.