Interface Point

All Superinterfaces:
SimpleLiteral

public interface Point extends SimpleLiteral
A representation of the model object 'Point'.

The following features are supported:

  • Method Details

    • getValue

      String getValue()
      Returns the value of the 'Value' attribute.
      Returns:
      the value of the 'Value' attribute.
      See Also:
    • setValue

      void setValue(String value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also: