Searched refs:XML_ATTR_PR_NUM_PROFIT (Results 1 – 1 of 1) sorted by relevance
98 private static final String XML_ATTR_PR_NUM_PROFIT = "numProfits"; field in Scribe589 report.numProfitableActions = parser.getAttributeInt(null, XML_ATTR_PR_NUM_PROFIT); in readReportFromXml()791 out.attributeInt(null, XML_ATTR_PR_NUM_PROFIT, report.numProfitableActions); in writeReport()