public class FieldDifference extends Difference
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldName() |
java.lang.String |
getValue1() |
java.lang.String |
getValue2() |
java.lang.String |
toString() |
getDifferenceElementType, getDifferences, getDifferenceType, getParentDifference, toDisplayTextpublic java.lang.String getFieldName()
String name of the field, not nullpublic java.lang.String getValue1()
String value of the field in ReqIF1, can be nullpublic java.lang.String getValue2()
String value of the field in ReqIF2, can be nullpublic java.lang.String toString()
toString in class java.lang.Object