Interface Push

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Instruction, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PushImpl

public interface Push extends Instruction
A representation of the model object 'Push'.
See Also:
  • Method Details

    • getValue

      Object getValue()
      Returns the value of the 'Value' attribute.

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

      Returns:
      the value of the 'Value' attribute.
      See Also:
    • setValue

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

      String getStringValue()
      Returns the value of the 'String Value' attribute. The default value is "".

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

      Returns:
      the value of the 'String Value' attribute.
      See Also:
    • setStringValue

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

      Integer getIntValue()
      Returns the value of the 'Int Value' attribute. The default value is "".

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

      Returns:
      the value of the 'Int Value' attribute.
      See Also:
    • setIntValue

      void setIntValue(Integer value)
      Sets the value of the 'Int Value' attribute.
      Parameters:
      value - the new value of the 'Int Value' attribute.
      See Also:
    • getDoubleValue

      Double getDoubleValue()
      Returns the value of the 'Double Value' attribute.

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

      Returns:
      the value of the 'Double Value' attribute.
      See Also:
    • setDoubleValue

      void setDoubleValue(Double value)
      Sets the value of the 'Double Value' attribute.
      Parameters:
      value - the new value of the 'Double Value' attribute.
      See Also:
    • getByteValue

      Byte getByteValue()
      Returns the value of the 'Byte Value' attribute.

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

      Returns:
      the value of the 'Byte Value' attribute.
      See Also:
    • setByteValue

      void setByteValue(Byte value)
      Sets the value of the 'Byte Value' attribute.
      Parameters:
      value - the new value of the 'Byte Value' attribute.
      See Also:
    • getCharValue

      Character getCharValue()
      Returns the value of the 'Char Value' attribute.

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

      Returns:
      the value of the 'Char Value' attribute.
      See Also:
    • setCharValue

      void setCharValue(Character value)
      Sets the value of the 'Char Value' attribute.
      Parameters:
      value - the new value of the 'Char Value' attribute.
      See Also:
    • getFloatValue

      Float getFloatValue()
      Returns the value of the 'Float Value' attribute.

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

      Returns:
      the value of the 'Float Value' attribute.
      See Also:
    • setFloatValue

      void setFloatValue(Float value)
      Sets the value of the 'Float Value' attribute.
      Parameters:
      value - the new value of the 'Float Value' attribute.
      See Also:
    • getShortValue

      Short getShortValue()
      Returns the value of the 'Short Value' attribute.

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

      Returns:
      the value of the 'Short Value' attribute.
      See Also:
    • setShortValue

      void setShortValue(Short value)
      Sets the value of the 'Short Value' attribute.
      Parameters:
      value - the new value of the 'Short Value' attribute.
      See Also:
    • getLongValue

      Long getLongValue()
      Returns the value of the 'Long Value' attribute.

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

      Returns:
      the value of the 'Long Value' attribute.
      See Also:
    • setLongValue

      void setLongValue(Long value)
      Sets the value of the 'Long Value' attribute.
      Parameters:
      value - the new value of the 'Long Value' attribute.
      See Also:
    • getEnumValue

      String getEnumValue()
      Returns the value of the 'Enum Value' attribute.

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

      Returns:
      the value of the 'Enum Value' attribute.
      See Also:
    • setEnumValue

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