static JDFAutoGlueApplication() { atrInfoTable[0] = new AtrInfoTable(AttributeName.GLUINGTECHNIQUE, 0x22222221, AttributeInfo.EnumAttributeType.enumeration, EnumGluingTechnique.getEnum(0), null); elemInfoTable[0] = new ElemInfoTable(ElementName.GLUELINE, 0x55555551); }
/// /// <summary> * (9) get attribute GluingTechnique </summary> /// * <returns> the value of the attribute </returns> /// public virtual EnumGluingTechnique getGluingTechnique() { return(EnumGluingTechnique.getEnum(getAttribute(AttributeName.GLUINGTECHNIQUE, null, null))); }