| Package | Description |
|---|---|
| com.orchestranetworks.addon.dqid.common |
Provides common classes that are used by other classes such as exceptions and enumerations.
|
| Modifier and Type | Field and Description |
|---|---|
static DataTypeFormat |
DataTypeFormat.DATE_FORMAT |
static DataTypeFormat |
DataTypeFormat.DATETIME_FORMAT |
static DataTypeFormat |
DataTypeFormat.DECIMAL_FORMAT |
static DataTypeFormat |
DataTypeFormat.INTEGER_FORMAT |
static DataTypeFormat |
DataTypeFormat.TIME_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
static Date |
FormatDataPolicy.parseDate(DataTypeFormat dataTypeFormat,
String value)
Returns a date instance from a string value by specifying a
DataTypeFormat. |