public interface MatchingState
Modifier and Type | Field and Description |
---|---|
static MatchingState |
DELETED |
static MatchingState |
END |
static MatchingState |
GOLDEN |
static MatchingState |
MERGED |
static MatchingState |
PIVOT |
static MatchingState |
START |
static MatchingState |
SUSPECT |
static MatchingState |
SUSPICIOUS |
static MatchingState |
TO_BE_MATCHED |
static MatchingState |
UNMATCHED |
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
getLabel() |
String |
getValue() |
boolean |
isDeleted()
Returns
true if the record is in Deleted state. |
boolean |
isGolden()
Returns
true if the record is in Golden state. |
boolean |
isMerged()
Returns
true if the record is in Merged state. |
boolean |
isPivot()
Returns
true if the record is in Pivot state. |
boolean |
isSuspect()
Returns
true if the record is in Suspect state. |
boolean |
isSuspicious()
Returns
true if the record is in Suspicious state. |
boolean |
isToBeMatched()
Returns
true if the record is in To be matched state. |
boolean |
isUnmatched()
Returns
true if the record is in Unmatched state. |
static final MatchingState START
static final MatchingState DELETED
static final MatchingState UNMATCHED
static final MatchingState TO_BE_MATCHED
static final MatchingState SUSPECT
static final MatchingState PIVOT
static final MatchingState GOLDEN
static final MatchingState MERGED
static final MatchingState SUSPICIOUS
static final MatchingState END
boolean isUnmatched()
true
if the record is in Unmatched state.boolean isToBeMatched()
true
if the record is in To be matched state.boolean isSuspect()
true
if the record is in Suspect state.boolean isPivot()
true
if the record is in Pivot state.boolean isGolden()
true
if the record is in Golden state.boolean isMerged()
true
if the record is in Merged state.boolean isDeleted()
true
if the record is in Deleted state.boolean isSuspicious()
true
if the record is in Suspicious state.String getValue()
com.onwbp.base.text.UserMessage getLabel()