static JDFAutoBoxToBoxDifference()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.FROMBOX, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumFromBox.getEnum(0), null);
     atrInfoTable[1] = new AtrInfoTable(AttributeName.TOBOX, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumToBox.getEnum(0), null);
 }
 ///
 ///          <summary> * (9) get attribute ToBox </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumToBox getToBox()
 {
     return(EnumToBox.getEnum(getAttribute(AttributeName.TOBOX, null, null)));
 }