///
 ///          <summary> * (9) get attribute ICCOutputProfileUsage </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumICCOutputProfileUsage getICCOutputProfileUsage()
 {
     return(EnumICCOutputProfileUsage.getEnum(getAttribute(AttributeName.ICCOUTPUTPROFILEUSAGE, null, null)));
 }
 static JDFAutoElementColorParams()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.COLORMANAGEMENTSYSTEM, 0x33333311, AttributeInfo.EnumAttributeType.NMTOKEN, null, null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.ICCOUTPUTPROFILEUSAGE, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumICCOutputProfileUsage.getEnum(0), null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.AUTOMATEDOVERPRINTPARAMS, 0x66666611);
     elemInfoTable[1] = new ElemInfoTable(ElementName.COLORANTALIAS, 0x22222211);
     elemInfoTable[2] = new ElemInfoTable(ElementName.COLORSPACECONVERSIONOP, 0x66666611);
     elemInfoTable[3] = new ElemInfoTable(ElementName.FILESPEC, 0x66666611);
 }
 //         ---------------------------------------------------------------------
 //        Methods for Attribute ICCOutputProfileUsage
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute ICCOutputProfileUsage </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setICCOutputProfileUsage(EnumICCOutputProfileUsage enumVar)
 {
     setAttribute(AttributeName.ICCOUTPUTPROFILEUSAGE, enumVar == null ? null : enumVar.getName(), null);
 }