Package iip.datatypes

Interface KRec13

  • All Known Implementing Classes:
    KRec13Impl

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

      • getIntField

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

        java.lang.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​(java.lang.String value)
        Changes the value of stringField.
        Parameters:
        value - the new value