Package de.elo.ix.client
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()
-
Field Details
-
reserved
protected int reservedReserved- 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 classjava.lang.Object
-