Пример #1
0
 static JDFAutoJDFService()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.COMBINEDMETHOD, 0x44444431, AttributeInfo.EnumAttributeType.enumeration, EnumCombinedMethod.getEnum(0), null);
     atrInfoTable[1] = new AtrInfoTable(AttributeName.TYPE, 0x44444422, AttributeInfo.EnumAttributeType.NMTOKEN, null, null);
     atrInfoTable[2] = new AtrInfoTable(AttributeName.TYPEORDER, 0x44444431, AttributeInfo.EnumAttributeType.enumeration, EnumTypeOrder.getEnum(0), null);
     atrInfoTable[3] = new AtrInfoTable(AttributeName.TYPES, 0x44444433, AttributeInfo.EnumAttributeType.NMTOKENS, null, null);
 }
Пример #2
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

        //         ---------------------------------------------------------------------
        //        Methods for Attribute CombinedMethod
        //        ---------------------------------------------------------------------
        ///
        ///          <summary> * (5) set attribute CombinedMethod </summary>
        ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
        ///
        public virtual void setCombinedMethod(EnumCombinedMethod enumVar)
        {
            setAttribute(AttributeName.COMBINEDMETHOD, enumVar == null ? null : enumVar.getName(), null);
        }
Пример #3
0
 ///
 ///          <summary> * (9) get attribute CombinedMethod </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumCombinedMethod getCombinedMethod()
 {
     return(EnumCombinedMethod.getEnum(getAttribute(AttributeName.COMBINEDMETHOD, null, null)));
 }
Пример #4
0
 static JDFAutoDeviceCap()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.COMBINEDMETHOD, 0x33333331, AttributeInfo.EnumAttributeType.enumerations, EnumCombinedMethod.getEnum(0), "None");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.EXECUTIONPOLICY, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumExecutionPolicy.getEnum(0), "AllFound");
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.GENERICATTRIBUTES, 0x33333331, AttributeInfo.EnumAttributeType.NMTOKENS, null, null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.LANG, 0x33333311, AttributeInfo.EnumAttributeType.languages, null, null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.OPTIONALCOMBINEDTYPES, 0x44444431, AttributeInfo.EnumAttributeType.NMTOKENS, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.TYPE, 0x44444431, AttributeInfo.EnumAttributeType.NMTOKEN, null, null);
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.TYPEEXPRESSION, 0x33333311, AttributeInfo.EnumAttributeType.Any, null, null);
     atrInfoTable[7]  = new AtrInfoTable(AttributeName.TYPEORDER, 0x44444431, AttributeInfo.EnumAttributeType.enumeration, EnumTypeOrder.getEnum(0), null);
     atrInfoTable[8]  = new AtrInfoTable(AttributeName.TYPES, 0x33333331, AttributeInfo.EnumAttributeType.NMTOKENS, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.ACTIONPOOL, 0x66666611);
     elemInfoTable[1] = new ElemInfoTable(ElementName.DEVCAPPOOL, 0x66666111);
     elemInfoTable[2] = new ElemInfoTable(ElementName.DEVCAPS, 0x33333331);
     elemInfoTable[3] = new ElemInfoTable(ElementName.DISPLAYGROUPPOOL, 0x66666611);
     elemInfoTable[4] = new ElemInfoTable(ElementName.FEATUREPOOL, 0x66666611);
     elemInfoTable[5] = new ElemInfoTable(ElementName.MACROPOOL, 0x66666611);
     elemInfoTable[6] = new ElemInfoTable(ElementName.MODULEPOOL, 0x66666111);
     elemInfoTable[7] = new ElemInfoTable(ElementName.PERFORMANCE, 0x33333331);
     elemInfoTable[8] = new ElemInfoTable(ElementName.TESTPOOL, 0x66666611);
 }