protected String type;
protected FlexibleStringExpander formatExdr;
public IfCompareField(ModelScreen modelScreen, Element condElement) {
super (modelScreen, condElement);
this.fieldAcsr = new FlexibleMapAccessor(condElement.getAttribute("field-name"));
this.toFieldAcsr = new FlexibleMapAccessor(condElement.getAttribute("to-field-name"));
this.operator = condElement.getAttribute("operator");
this.type = condElement.getAttribute("type");
this.formatExdr = new FlexibleStringExpander(condElement.getAttribute("format"));