/// /// <summary> * (9) get attribute PreflightStatus </summary> /// * <returns> the value of the attribute </returns> /// public virtual EnumPreflightStatus getPreflightStatus() { return(EnumPreflightStatus.getEnum(getAttribute(AttributeName.PREFLIGHTSTATUS, null, null))); }
static JDFAutoArtDelivery() { atrInfoTable[0] = new AtrInfoTable(AttributeName.AMOUNT, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, null); atrInfoTable[1] = new AtrInfoTable(AttributeName.ARTDELIVERYTYPE, 0x22222221, AttributeInfo.EnumAttributeType.NMTOKEN, null, null); atrInfoTable[2] = new AtrInfoTable(AttributeName.HASBLEEDS, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "false"); atrInfoTable[3] = new AtrInfoTable(AttributeName.ISTRAPPED, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, "false"); atrInfoTable[4] = new AtrInfoTable(AttributeName.PAGELIST, 0x33333333, AttributeInfo.EnumAttributeType.IntegerRangeList, null, null); atrInfoTable[5] = new AtrInfoTable(AttributeName.PREFLIGHTOUTPUT, 0x33333331, AttributeInfo.EnumAttributeType.URL, null, null); atrInfoTable[6] = new AtrInfoTable(AttributeName.PREFLIGHTSTATUS, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumPreflightStatus.getEnum(0), null); elemInfoTable[0] = new ElemInfoTable(ElementName.ARTDELIVERYDATE, 0x66666661); elemInfoTable[1] = new ElemInfoTable(ElementName.ARTDELIVERYDURATION, 0x66666661); elemInfoTable[2] = new ElemInfoTable(ElementName.ARTHANDLING, 0x66666661); elemInfoTable[3] = new ElemInfoTable(ElementName.DELIVERYCHARGE, 0x66666661); elemInfoTable[4] = new ElemInfoTable(ElementName.METHOD, 0x66666666); elemInfoTable[5] = new ElemInfoTable(ElementName.RETURNMETHOD, 0x66666661); elemInfoTable[6] = new ElemInfoTable(ElementName.SERVICELEVEL, 0x66666611); elemInfoTable[7] = new ElemInfoTable(ElementName.TRANSFER, 0x66666661); elemInfoTable[8] = new ElemInfoTable(ElementName.COMPANY, 0x77777776); elemInfoTable[9] = new ElemInfoTable(ElementName.COMPONENT, 0x77777776); elemInfoTable[10] = new ElemInfoTable(ElementName.CONTACT, 0x33333331); elemInfoTable[11] = new ElemInfoTable(ElementName.DIGITALMEDIA, 0x66666611); elemInfoTable[12] = new ElemInfoTable(ElementName.EXPOSEDMEDIA, 0x66666666); elemInfoTable[13] = new ElemInfoTable(ElementName.RUNLIST, 0x66666666); elemInfoTable[14] = new ElemInfoTable(ElementName.SCANPARAMS, 0x66666666); elemInfoTable[15] = new ElemInfoTable(ElementName.TOOL, 0x66666661); }
// --------------------------------------------------------------------- // Methods for Attribute PreflightStatus // --------------------------------------------------------------------- /// /// <summary> * (5) set attribute PreflightStatus </summary> /// * <param name="enumVar">: the enumVar to set the attribute to </param> /// public virtual void setPreflightStatus(EnumPreflightStatus enumVar) { setAttribute(AttributeName.PREFLIGHTSTATUS, enumVar == null ? null : enumVar.getName(), null); }
static JDFAutoArtDeliveryIntent() { atrInfoTable[0] = new AtrInfoTable(AttributeName.PREFLIGHTSTATUS, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumPreflightStatus.getEnum(0), "NotPerformed"); atrInfoTable[1] = new AtrInfoTable(AttributeName.RETURNLIST, 0x33333331, AttributeInfo.EnumAttributeType.NMTOKENS, null, "None"); elemInfoTable[0] = new ElemInfoTable(ElementName.ARTDELIVERYDATE, 0x66666661); elemInfoTable[1] = new ElemInfoTable(ElementName.ARTDELIVERYDURATION, 0x66666661); elemInfoTable[2] = new ElemInfoTable(ElementName.ARTHANDLING, 0x66666661); elemInfoTable[3] = new ElemInfoTable(ElementName.DELIVERYCHARGE, 0x66666661); elemInfoTable[4] = new ElemInfoTable(ElementName.METHOD, 0x66666666); elemInfoTable[5] = new ElemInfoTable(ElementName.RETURNMETHOD, 0x66666661); elemInfoTable[6] = new ElemInfoTable(ElementName.SERVICELEVEL, 0x66666611); elemInfoTable[7] = new ElemInfoTable(ElementName.TRANSFER, 0x66666661); elemInfoTable[8] = new ElemInfoTable(ElementName.ARTDELIVERY, 0x22222222); elemInfoTable[9] = new ElemInfoTable(ElementName.COMPANY, 0x77777776); elemInfoTable[10] = new ElemInfoTable(ElementName.CONTACT, 0x33333331); }