Package | Description |
---|---|
com.ads.mm.db.dao |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
|
Modifier and Type | Method and Description |
---|---|
static DataValidationType |
DataValidationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataValidationType[] |
DataValidationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DBOperationHelper.setValidationResult(java.lang.String fieldName,
DataValidationType validation,
org.json.JSONObject validationMessage) |