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