Пример #1
0
 static JDFAutoMISDetails()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.COSTTYPE, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumCostType.getEnum(0), null);
     atrInfoTable[1] = new AtrInfoTable(AttributeName.DEVICEOPERATIONMODE, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumDeviceOperationMode.getEnum(0), null);
     atrInfoTable[2] = new AtrInfoTable(AttributeName.WORKTYPE, 0x33333311, AttributeInfo.EnumAttributeType.enumeration, EnumWorkType.getEnum(0), null);
     atrInfoTable[3] = new AtrInfoTable(AttributeName.WORKTYPEDETAILS, 0x33333311, AttributeInfo.EnumAttributeType.string_, null, null);
 }
Пример #2
0
 ///
 ///          <summary> * (9) get attribute CostType </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumCostType getCostType()
 {
     return(EnumCostType.getEnum(getAttribute(AttributeName.COSTTYPE, null, null)));
 }