public class DataSourceUtils
extends java.lang.Object
Constructor and Description |
---|
DataSourceUtils() |
Modifier and Type | Method and Description |
---|---|
static MangoValue |
getValue(java.util.regex.Pattern valuePattern,
java.lang.String data,
int dataTypeId,
java.lang.String binary0Value,
TextRenderer textRenderer,
java.text.DecimalFormat valueFormat,
java.lang.String pointName) |
static MangoValue |
getValue(java.lang.String valueStr,
int dataTypeId,
java.lang.String binary0Value,
TextRenderer textRenderer,
java.text.DecimalFormat valueFormat,
java.lang.String pointName) |
static long |
getValueTime(long time,
java.util.regex.Pattern timePattern,
java.lang.String data,
java.text.DateFormat timeFormat,
java.lang.String pointName) |
public static MangoValue getValue(java.util.regex.Pattern valuePattern, java.lang.String data, int dataTypeId, java.lang.String binary0Value, TextRenderer textRenderer, java.text.DecimalFormat valueFormat, java.lang.String pointName) throws com.serotonin.web.i18n.LocalizableException
com.serotonin.web.i18n.LocalizableException
public static long getValueTime(long time, java.util.regex.Pattern timePattern, java.lang.String data, java.text.DateFormat timeFormat, java.lang.String pointName) throws com.serotonin.web.i18n.LocalizableException
com.serotonin.web.i18n.LocalizableException
public static MangoValue getValue(java.lang.String valueStr, int dataTypeId, java.lang.String binary0Value, TextRenderer textRenderer, java.text.DecimalFormat valueFormat, java.lang.String pointName) throws com.serotonin.web.i18n.LocalizableException
com.serotonin.web.i18n.LocalizableException