c2.setConstraintValueType( BaseSingleFieldConstraint.TYPE_LITERAL );
c1.setValue( new DTCellValue52( 25 ) );
p2.getChildColumns().add( c2 );
dtable.getConditions().add( p2 );
LimitedEntryActionSetFieldCol52 a1 = new LimitedEntryActionSetFieldCol52();
a1.setBoundName( "c1" );
a1.setFactField( "name" );
a1.setValue( new DTCellValue52( "a1name" ) );
dtable.getActionCols().add( a1 );
LimitedEntryActionInsertFactCol52 a2 = new LimitedEntryActionInsertFactCol52();
a2.setBoundName( "a2" );
a2.setFactType( "Driver" );