No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
FieldDiff Class
Namespace
FieldDiff Methods
The following are methods for FieldDiff.
getDifference()
Signature
public String getDifference()
Return Value
Type: String
SAME: Indicates the field values match exactly.
SIMILAR: Indicates the field values match based on the fuzzy logic used.
DIFFERENT: Indicates the field values do not match.
NULL: Indicates the field values are a match because both values are blank.