out.write(" </td>\n");
out.write(" </tr>\n");
DmcTypeClassDefinitionREFSV applyToClass = (DmcTypeClassDefinitionREFSV) ruleDMO.get(MetaDMSAG.__applyToClass);
DmcTypeAttributeDefinitionREFSV applyToAttr = (DmcTypeAttributeDefinitionREFSV) ruleDMO.get(MetaDMSAG.__applyToAttribute);
DmcTypeStringSV description = (DmcTypeStringSV) ruleDMO.get(MetaDMSAG.__description);
if (applyToClass != null){
out.write(" <tr>\n");
out.write(" <td class=\"spacer\"> </td>\n");
out.write(" <td class=\"spacer\"> </td>\n");
out.write(" <td> Apply to class: </td>\n");
out.write(" <td> " + applyToClass.getSV().getObjectName() + " </td>\n");
out.write(" </tr>\n");
}
if (applyToAttr != null){
out.write(" <tr>\n");
out.write(" <td class=\"spacer\"> </td>\n");
out.write(" <td class=\"spacer\"> </td>\n");
out.write(" <td> Apply to attribute: </td>\n");
out.write(" <td> " + applyToAttr.getSV().getObjectName() + " </td>\n");
out.write(" </tr>\n");
}
if (description != null){
out.write(" <tr>\n");