示例#1
0
 static JDFAutoResourceParam()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.DEFAULTID, 0x33333331, AttributeInfo.EnumAttributeType.NMTOKEN, null, null);
     atrInfoTable[1] = new AtrInfoTable(AttributeName.DEFAULTJDF, 0x33333331, AttributeInfo.EnumAttributeType.URL, null, null);
     atrInfoTable[2] = new AtrInfoTable(AttributeName.DEFAULTPRIORITY, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumDefaultPriority.getEnum(0), null);
 }
示例#2
0
 ///
 ///          <summary> * (9) get attribute DefaultPriority </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumDefaultPriority getDefaultPriority()
 {
     return(EnumDefaultPriority.getEnum(getAttribute(AttributeName.DEFAULTPRIORITY, null, null)));
 }