public class ItemUtil extends Object
Constructor and Description |
---|
ItemUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
addItem(XmlBuilder xml,
String name,
Long value) |
static void |
addItem(XmlBuilder xml,
String name,
String value) |
static String |
getItemValueFormated(ItemList il,
int index) |
static XmlBuilder |
getSummaryContainer(XmlBuilder parent,
String name) |
static XmlBuilder |
toXml(ItemList il,
String elementName,
String name,
DecimalFormat timeFormat,
DecimalFormat percentageFormat) |
static XmlBuilder |
toXml(ItemList il,
String elementName,
String name,
DecimalFormat timeFormat,
DecimalFormat percentageFormat,
DecimalFormat countFormat) |
public static void addItem(XmlBuilder xml, String name, String value)
public static void addItem(XmlBuilder xml, String name, Long value)
public static XmlBuilder getSummaryContainer(XmlBuilder parent, String name)
public static XmlBuilder toXml(ItemList il, String elementName, String name, DecimalFormat timeFormat, DecimalFormat percentageFormat)
public static XmlBuilder toXml(ItemList il, String elementName, String name, DecimalFormat timeFormat, DecimalFormat percentageFormat, DecimalFormat countFormat)
Copyright © 2023 Frank!Framework. All rights reserved.