All Known Implementing Classes:
Rec13Impl

public interface Rec13
Interface of the application data type Rec13. Generated by: EASy-Producer.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the value of intField.
    Returns the value of stringField.
    void
    setIntField(int value)
    Changes the value of intField.
    void
    Changes the value of stringField.
  • Method Details

    • getIntField

      int getIntField()
      Returns the value of intField.
      Returns:
      the value
    • getStringField

      String getStringField()
      Returns the value of stringField.
      Returns:
      the value
    • setIntField

      void setIntField(int value)
      Changes the value of intField.
      Parameters:
      value - the new value
    • setStringField

      void setStringField(String value)
      Changes the value of stringField.
      Parameters:
      value - the new value