new String[]{"d1", "d2"} );
FactPattern pat = new FactPattern( "Fact" );
SingleFieldConstraint sfc = new SingleFieldConstraint( "field1" );
sfc.setValue( "a1" );
pat.addConstraint( sfc );
SingleFieldConstraint sfc2 = new SingleFieldConstraint( "field2" );
sfc2.setValue( "b1" );
pat.addConstraint( sfc2 );
String[] result = sce.getEnums( pat.getFactType(),