Class EditInfoEswOptions

java.lang.Object
de.elo.ix.client.EditInfoEswOptions
All Implemented Interfaces:
java.io.Serializable

public class EditInfoEswOptions
extends java.lang.Object
implements java.io.Serializable
Options for reading or writing of esw-files.
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int reserved
    Reserved
  • Constructor Summary

    Constructors 
    Constructor Description
    EditInfoEswOptions()
    Constructor for the class "EditInfoEswOptions".
  • Method Summary

    Modifier and Type Method Description
    int getReserved()  
    void setReserved​(int reserved)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • reserved

      protected int reserved
      Reserved
      Since:
      7.00.040.024
  • Constructor Details

    • EditInfoEswOptions

      public EditInfoEswOptions()
      Constructor for the class "EditInfoEswOptions".
  • Method Details

    • getReserved

      public int getReserved()
    • setReserved

      public void setReserved​(int reserved)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object