// This is a hack consistent with how the Expanded Form decision table
// works. I wouldn't be too surprised if this changes at some time, but
// GuidedDTDRLPersistence.marshal does not support empty patterns at
// present.
LimitedEntryConditionCol52 cc1 = new LimitedEntryConditionCol52();
cc1.setConstraintValueType( BaseSingleFieldConstraint.TYPE_LITERAL );
cc1.setValue( new DTCellValue52( "y" ) );
p1.getChildColumns().add( cc1 );
dt.setData( DataUtilities.makeDataLists( new Object[][]{
new Object[]{ 1l, "desc", true },
new Object[]{ 2l, "desc", false }