Beispiel #1
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

        //         ---------------------------------------------------------------------
        //        Methods for Attribute BindingOrder
        //        ---------------------------------------------------------------------
        ///
        ///          <summary> * (5) set attribute BindingOrder </summary>
        ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
        ///
        public virtual void setBindingOrder(EnumBindingOrder enumVar)
        {
            setAttribute(AttributeName.BINDINGORDER, enumVar == null ? null : enumVar.getName(), null);
        }
Beispiel #2
0
 ///
 ///          <summary> * (9) get attribute BindingOrder </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumBindingOrder getBindingOrder()
 {
     return(EnumBindingOrder.getEnum(getAttribute(AttributeName.BINDINGORDER, null, "Gathering")));
 }
Beispiel #3
0
 static JDFAutoBindingIntent()
 {
     atrInfoTable[0]   = new AtrInfoTable(AttributeName.BINDINGORDER, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumBindingOrder.getEnum(0), "Gathering");
     elemInfoTable[0]  = new ElemInfoTable(ElementName.BACKCOVERCOLOR, 0x66666661);
     elemInfoTable[1]  = new ElemInfoTable(ElementName.BINDINGTYPE, 0x55555555);
     elemInfoTable[2]  = new ElemInfoTable(ElementName.BINDINGCOLOR, 0x66666666);
     elemInfoTable[3]  = new ElemInfoTable(ElementName.BINDINGLENGTH, 0x66666666);
     elemInfoTable[4]  = new ElemInfoTable(ElementName.BINDINGSIDE, 0x66666666);
     elemInfoTable[5]  = new ElemInfoTable(ElementName.COVERCOLOR, 0x66666666);
     elemInfoTable[6]  = new ElemInfoTable(ElementName.ADHESIVEBINDING, 0x77777776);
     elemInfoTable[7]  = new ElemInfoTable(ElementName.BINDLIST, 0x66666661);
     elemInfoTable[8]  = new ElemInfoTable(ElementName.BOOKCASE, 0x77777776);
     elemInfoTable[9]  = new ElemInfoTable(ElementName.CHANNELBINDING, 0x66666666);
     elemInfoTable[10] = new ElemInfoTable(ElementName.COILBINDING, 0x66666666);
     elemInfoTable[11] = new ElemInfoTable(ElementName.EDGEGLUING, 0x66666661);
     elemInfoTable[12] = new ElemInfoTable(ElementName.HARDCOVERBINDING, 0x66666661);
     elemInfoTable[13] = new ElemInfoTable(ElementName.PLASTICCOMBBINDING, 0x66666666);
     elemInfoTable[14] = new ElemInfoTable(ElementName.RINGBINDING, 0x66666666);
     elemInfoTable[15] = new ElemInfoTable(ElementName.SADDLESTITCHING, 0x66666666);
     elemInfoTable[16] = new ElemInfoTable(ElementName.SIDESEWING, 0x66666666);
     elemInfoTable[17] = new ElemInfoTable(ElementName.SIDESTITCHING, 0x66666666);
     elemInfoTable[18] = new ElemInfoTable(ElementName.SOFTCOVERBINDING, 0x66666661);
     elemInfoTable[19] = new ElemInfoTable(ElementName.TAPE, 0x66666661);
     elemInfoTable[20] = new ElemInfoTable(ElementName.TABS, 0x66666666);
     elemInfoTable[21] = new ElemInfoTable(ElementName.THREADSEALING, 0x66666666);
     elemInfoTable[22] = new ElemInfoTable(ElementName.THREADSEWING, 0x66666666);
     elemInfoTable[23] = new ElemInfoTable(ElementName.STRIPBINDING, 0x66666661);
     elemInfoTable[24] = new ElemInfoTable(ElementName.WIRECOMBBINDING, 0x66666666);
 }