Ejemplo n.º 1
0
 static JDFAutoBundle()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.BUNDLETYPE, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumBundleType.getEnum(0), "Stack");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.FOLIOCOUNT, 0x33333331, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.READERPAGECOUNT, 0x33333331, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.TOTALAMOUNT, 0x33333331, AttributeInfo.EnumAttributeType.integer, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.BUNDLEITEM, 0x33333331);
     elemInfoTable[1] = new ElemInfoTable(ElementName.CONTACT, 0x33333331);
     elemInfoTable[2] = new ElemInfoTable(ElementName.IDENTIFICATIONFIELD, 0x33333331);
 }
Ejemplo n.º 2
0
 ///
 ///          <summary> * (9) get attribute BundleType </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumBundleType getBundleType()
 {
     return(EnumBundleType.getEnum(getAttribute(AttributeName.BUNDLETYPE, null, "Stack")));
 }