Exemplo n.º 1
0
 ///
 ///          <summary> * (9) get attribute IncludeInBundleItem </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumIncludeInBundleItem getIncludeInBundleItem()
 {
     return(EnumIncludeInBundleItem.getEnum(getAttribute(AttributeName.INCLUDEINBUNDLEITEM, null, null)));
 }
Exemplo n.º 2
0
 static JDFAutoInsertSheet()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.SHEETTYPE, 0x22222221, AttributeInfo.EnumAttributeType.enumeration, EnumSheetType.getEnum(0), null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.SHEETUSAGE, 0x22222221, AttributeInfo.EnumAttributeType.enumeration, EnumSheetUsage.getEnum(0), null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.INCLUDEINBUNDLEITEM, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumIncludeInBundleItem.getEnum(0), null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.ISWASTE, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.MARKLIST, 0x33333331, AttributeInfo.EnumAttributeType.NMTOKENS, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.SHEETFORMAT, 0x33333331, AttributeInfo.EnumAttributeType.NMTOKEN, null, null);
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.USAGE, 0x44444443, AttributeInfo.EnumAttributeType.enumeration, EnumSheetUsage.getEnum(0), null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.RUNLIST, 0x66666666);
     elemInfoTable[1] = new ElemInfoTable(ElementName.LAYOUT, 0x66666111);
     elemInfoTable[2] = new ElemInfoTable(ElementName.SHEET, 0x77777666);
 }
Exemplo n.º 3
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute IncludeInBundleItem
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute IncludeInBundleItem </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setIncludeInBundleItem(EnumIncludeInBundleItem enumVar)
 {
     setAttribute(AttributeName.INCLUDEINBUNDLEITEM, enumVar == null ? null : enumVar.getName(), null);
 }