Exemple #1
0
 ///
 ///          <summary> * (9) get attribute BearerBars </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumBearerBars getBearerBars()
 {
     return(EnumBearerBars.getEnum(getAttribute(AttributeName.BEARERBARS, null, null)));
 }
Exemple #2
0
 static JDFAutoBarcodeReproParams()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.BEARERBARS, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumBearerBars.getEnum(0), null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.HEIGHT, 0x33333111, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.MAGNIFICATION, 0x33333111, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.MASKING, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumMasking.getEnum(0), null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.MODULEHEIGHT, 0x33333111, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.MODULEWIDTH, 0x33333111, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.RATIO, 0x33333111, AttributeInfo.EnumAttributeType.double_, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.BARCODECOMPPARAMS, 0x33333111);
 }
Exemple #3
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

        //         ---------------------------------------------------------------------
        //        Methods for Attribute BearerBars
        //        ---------------------------------------------------------------------
        ///
        ///          <summary> * (5) set attribute BearerBars </summary>
        ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
        ///
        public virtual void setBearerBars(EnumBearerBars enumVar)
        {
            setAttribute(AttributeName.BEARERBARS, enumVar == null ? null : enumVar.getName(), null);
        }