public interface OasisResponseIF extends ValuableIF, EditableIF
Modifier and Type | Method and Description |
---|---|
int |
getScore() |
Oasis_EN |
getType() |
String |
getValue() |
void |
setScore(int score) |
void |
setType(Oasis_EN type) |
void |
setValue(String value) |
addEdit, addEdits, getEditCollection
Oasis_EN getType()
String getValue()
getValue
in interface ValuableIF
void setType(Oasis_EN type)
type
- the type to setvoid setValue(String value)
setValue
in interface ValuableIF
value
- the value to setint getScore()
void setScore(int score)
score
- the score to setCopyright © 2022. All rights reserved.