Home | History | Annotate | Download | only in adapter

Lines Matching refs:POSTCODE

1320                     cvCompareString(cv, StructuredPostal.POSTCODE, code) &&
1328 builder.withValue(StructuredPostal.POSTCODE, code);
1551 if (cv.containsKey(StructuredPostal.POSTCODE)) {
1552 s.data(fieldNames[2], cv.getAsString(StructuredPostal.POSTCODE));