//If the fieldTypes are SuggestionCompletionEngine.TYPE_COMPARABLE check the enums are equivalent
if ( boundFieldType.equals( DataType.TYPE_COMPARABLE ) ) {
if ( !this.variableType.equals( DataType.TYPE_COMPARABLE ) ) {
return false;
}
FieldConstraint fc = this.modeller.getModel().getLHSBoundField( boundVariable );
if ( fc instanceof SingleFieldConstraint ) {
String fieldName = ( (SingleFieldConstraint) fc ).getFieldName();
String parentFactTypeForBinding = this.modeller.getModel().getLHSParentFactPatternForBinding( boundVariable ).getFactType();
String[] dd = this.modeller.getSuggestionCompletions().getEnumValues( parentFactTypeForBinding,
fieldName );