Package io.keikai.model.impl.sys
Class InputResultImpl
- java.lang.Object
-
- io.keikai.model.impl.sys.InputResultImpl
-
- All Implemented Interfaces:
InputResult,java.io.Serializable
public class InputResultImpl extends java.lang.Object implements InputResult, java.io.Serializable
- Since:
- 3.5.0
- Author:
- Dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InputResultImpl()InputResultImpl(java.lang.String input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEditText()java.lang.StringgetFormat()Format for the edit textSCell.CellTypegetType()java.lang.ObjectgetValue()voidsetType(SCell.CellType type)voidsetValue(java.lang.Object value)
-
-
-
Method Detail
-
getEditText
public java.lang.String getEditText()
- Specified by:
getEditTextin interfaceInputResult
-
getValue
public java.lang.Object getValue()
- Specified by:
getValuein interfaceInputResult
-
getType
public SCell.CellType getType()
- Specified by:
getTypein interfaceInputResult
-
setValue
public void setValue(java.lang.Object value)
-
setType
public void setType(SCell.CellType type)
-
getFormat
public java.lang.String getFormat()
Description copied from interface:InputResultFormat for the edit text- Specified by:
getFormatin interfaceInputResult- Returns:
-
-