Example #1
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute OverfoldSide
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute OverfoldSide </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setOverfoldSide(EnumOverfoldSide enumVar)
 {
     setAttribute(AttributeName.OVERFOLDSIDE, enumVar == null ? null : enumVar.getName(), null);
 }
Example #2
0
 ///
 ///          <summary> * (9) get attribute OverfoldSide </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumOverfoldSide getOverfoldSide()
 {
     return(EnumOverfoldSide.getEnum(getAttribute(AttributeName.OVERFOLDSIDE, null, null)));
 }
Example #3
0
 static JDFAutoComponent()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.COMPONENTTYPE, 0x22222222, AttributeInfo.EnumAttributeType.enumerations, EnumComponentType.getEnum(0), null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.ISWASTE, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "false");
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.ASSEMBLYIDS, 0x33333111, AttributeInfo.EnumAttributeType.NMTOKENS, null, null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.CARTONTOPFLAPS, 0x33333111, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.DIMENSIONS, 0x33333333, AttributeInfo.EnumAttributeType.shape, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.MAXHEAT, 0x33333333, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.OVERFOLD, 0x33333331, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[7]  = new AtrInfoTable(AttributeName.OVERFOLDSIDE, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumOverfoldSide.getEnum(0), null);
     atrInfoTable[8]  = new AtrInfoTable(AttributeName.PAGELISTINDEX, 0x33333111, AttributeInfo.EnumAttributeType.IntegerRangeList, null, null);
     atrInfoTable[9]  = new AtrInfoTable(AttributeName.PRODUCTTYPE, 0x33333333, AttributeInfo.EnumAttributeType.NMTOKEN, null, null);
     atrInfoTable[10] = new AtrInfoTable(AttributeName.PRODUCTTYPEDETAILS, 0x33333111, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[11] = new AtrInfoTable(AttributeName.READERPAGECOUNT, 0x33333331, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[12] = new AtrInfoTable(AttributeName.SHEETPART, 0x33333333, AttributeInfo.EnumAttributeType.rectangle, null, null);
     atrInfoTable[13] = new AtrInfoTable(AttributeName.SOURCERIBBON, 0x44444333, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[14] = new AtrInfoTable(AttributeName.SOURCESHEET, 0x44444333, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[15] = new AtrInfoTable(AttributeName.SOURCEWEB, 0x44444333, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[16] = new AtrInfoTable(AttributeName.SURFACECOUNT, 0x33333331, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[17] = new AtrInfoTable(AttributeName.TRANSFORMATION, 0x44444443, AttributeInfo.EnumAttributeType.matrix, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.ASSEMBLY, 0x66666111);
     elemInfoTable[1] = new ElemInfoTable(ElementName.BUNDLE, 0x66666661);
     elemInfoTable[2] = new ElemInfoTable(ElementName.DISJOINTING, 0x66666666);
     elemInfoTable[3] = new ElemInfoTable(ElementName.SHEET, 0x77777766);
     elemInfoTable[4] = new ElemInfoTable(ElementName.LAYOUT, 0x66666611);
     elemInfoTable[5] = new ElemInfoTable(ElementName.PAGELIST, 0x66666111);
     elemInfoTable[6] = new ElemInfoTable(ElementName.CONTACT, 0x33333333);
     elemInfoTable[7] = new ElemInfoTable(ElementName.IDENTIFICATIONFIELD, 0x33333333);
 }