c4.setConstraintValueType( BaseSingleFieldConstraint.TYPE_LITERAL );
c4.setValueList( "c4a,c4b" );
p4.getChildColumns().add( c4 );
model.getConditions().add( p4 );
ActionSetFieldCol52 a1 = new ActionSetFieldCol52();
a1.setBoundName( "c1" );
a1.setFactField( "name" );
a1.setValueList( "a1a,a1b" );
model.getActionCols().add( a1 );
ActionInsertFactCol52 a2 = new ActionInsertFactCol52();
a2.setBoundName( "a2" );
a2.setFactType( "Driver" );