public interface CleansingState
Modifier and Type | Field and Description |
---|---|
static CleansingState |
CLEAN |
static CleansingState |
FIXED |
static CleansingState |
TO_BE_FIXED |
static CleansingState |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
getLabel() |
String |
getValue() |
boolean |
isClean()
Returns
true if the record is in Clean state. |
boolean |
isFixed()
Returns
true if the record is in Fixed state. |
boolean |
isToBeFixed()
Returns
true if the record is in To be fixed state. |
boolean |
isUndefined()
Returns
true if the record is in undefined state. |
static final CleansingState UNDEFINED
static final CleansingState TO_BE_FIXED
static final CleansingState CLEAN
static final CleansingState FIXED
boolean isUndefined()
true
if the record is in undefined state.boolean isToBeFixed()
true
if the record is in To be fixed state.boolean isFixed()
true
if the record is in Fixed state.boolean isClean()
true
if the record is in Clean state.String getValue()
com.onwbp.base.text.UserMessage getLabel()