public class SimpleColumnValidator extends Object implements ColumnValidator
| Modifier and Type | Field and Description |
|---|---|
static SimpleColumnValidator |
INSTANCE |
| Constructor and Description |
|---|
SimpleColumnValidator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
validate(Column col,
Object val)
Validates and/or manipulates the given potential new value for the given
column.
|
public static final SimpleColumnValidator INSTANCE
public Object validate(Column col, Object val) throws IOException
ColumnValidatorvalidate in interface ColumnValidatorIOExceptionCopyright © 2005–2025 OpenHMS. All rights reserved.