/// /// <summary> * (9) get attribute StripMaterial </summary> /// * <returns> the value of the attribute </returns> /// public virtual EnumStripMaterial getStripMaterial() { return(EnumStripMaterial.getEnum(getAttribute(AttributeName.STRIPMATERIAL, null, null))); }
static JDFAutoHeadBandApplicationParams() { atrInfoTable[0] = new AtrInfoTable(AttributeName.BOTTOMBRAND, 0x33333331, AttributeInfo.EnumAttributeType.string_, null, null); atrInfoTable[1] = new AtrInfoTable(AttributeName.BOTTOMCOLOR, 0x33333331, AttributeInfo.EnumAttributeType.string_, null, null); atrInfoTable[2] = new AtrInfoTable(AttributeName.BOTTOMLENGTH, 0x33333331, AttributeInfo.EnumAttributeType.double_, null, null); atrInfoTable[3] = new AtrInfoTable(AttributeName.TOPBRAND, 0x33333331, AttributeInfo.EnumAttributeType.string_, null, null); atrInfoTable[4] = new AtrInfoTable(AttributeName.TOPCOLOR, 0x33333331, AttributeInfo.EnumAttributeType.string_, null, null); atrInfoTable[5] = new AtrInfoTable(AttributeName.TOPLENGTH, 0x33333331, AttributeInfo.EnumAttributeType.double_, null, null); atrInfoTable[6] = new AtrInfoTable(AttributeName.STRIPMATERIAL, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumStripMaterial.getEnum(0), null); atrInfoTable[7] = new AtrInfoTable(AttributeName.WIDTH, 0x33333331, AttributeInfo.EnumAttributeType.double_, null, null); elemInfoTable[0] = new ElemInfoTable(ElementName.GLUELINE, 0x33333331); }
static JDFAutoSpineTapingParams() { atrInfoTable[0] = new AtrInfoTable(AttributeName.TOPEXCESS, 0x33333331, AttributeInfo.EnumAttributeType.double_, null, "0.0"); atrInfoTable[1] = new AtrInfoTable(AttributeName.HORIZONTALEXCESS, 0x33333331, AttributeInfo.EnumAttributeType.double_, null, null); atrInfoTable[2] = new AtrInfoTable(AttributeName.STRIPBRAND, 0x33333331, AttributeInfo.EnumAttributeType.string_, null, null); atrInfoTable[3] = new AtrInfoTable(AttributeName.STRIPCOLOR, 0x33333331, AttributeInfo.EnumAttributeType.string_, null, null); atrInfoTable[4] = new AtrInfoTable(AttributeName.STRIPLENGTH, 0x33333331, AttributeInfo.EnumAttributeType.double_, null, null); atrInfoTable[5] = new AtrInfoTable(AttributeName.STRIPMATERIAL, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumStripMaterial.getEnum(0), null); elemInfoTable[0] = new ElemInfoTable(ElementName.GLUEAPPLICATION, 0x33333331); }