Example #1
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute ProofQuality
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute ProofQuality </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setProofQuality(EnumProofQuality enumVar)
 {
     setAttribute(AttributeName.PROOFQUALITY, enumVar == null ? null : enumVar.getName(), null);
 }
Example #2
0
 ///
 ///          <summary> * (9) get attribute ProofQuality </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumProofQuality getProofQuality()
 {
     return(EnumProofQuality.getEnum(getAttribute(AttributeName.PROOFQUALITY, null, null)));
 }
Example #3
0
 static JDFAutoExposedMedia()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.POLARITY, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "true");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.COLORTYPE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumColorType.getEnum(0), null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.PAGELISTINDEX, 0x33333111, AttributeInfo.EnumAttributeType.IntegerRangeList, null, null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.PLATETYPE, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumPlateType.getEnum(0), null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.PROOFNAME, 0x33333311, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.PROOFQUALITY, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumProofQuality.getEnum(0), null);
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.PROOFTYPE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumProofType.getEnum(0), null);
     atrInfoTable[7]  = new AtrInfoTable(AttributeName.PUNCHTYPE, 0x33333333, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[8]  = new AtrInfoTable(AttributeName.RESOLUTION, 0x33333333, AttributeInfo.EnumAttributeType.XYPair, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.FILESPEC, 0x66666666);
     elemInfoTable[1] = new ElemInfoTable(ElementName.MEDIA, 0x55555555);
     elemInfoTable[2] = new ElemInfoTable(ElementName.PAGELIST, 0x66666111);
     elemInfoTable[3] = new ElemInfoTable(ElementName.SCREENINGPARAMS, 0x66666666);
     elemInfoTable[4] = new ElemInfoTable(ElementName.CONTACT, 0x33333333);
     elemInfoTable[5] = new ElemInfoTable(ElementName.IDENTIFICATIONFIELD, 0x33333333);
 }