Modifier and Type | Class and Description |
---|---|
class |
SRSValidator
Validator for the referenceSystem parameter of the ordinates to point
function.
|
Modifier and Type | Class and Description |
---|---|
class |
DateExtractionFormatValidator
Validator for date format strings.
|
class |
RegexFormatValidator
Validator for regex patterns.
|
Modifier and Type | Method and Description |
---|---|
Validator |
FunctionParameter.getValidator()
Returns the validator associated with this function parameter or null if
there is none.
|
Modifier and Type | Class and Description | |||
---|---|---|---|---|
class |
EnumerationValidator
Validator that checks whether the value is one of the given values.
Expects parameters "value". |
|||
class |
LengthValidator
Validator that checks whether the value's length is in given bounds.
Expects parameters "min" (natural number) and "max" (natural number or -1 for unbounded). |
|||
class |
NumberValidator
Validator that checks whether the value is a number.
Parameters: Uses of Validator in eu.esdihumboldt.hale.ui.common.definition.editors
Build 2013-10-07_11-27-38 |