|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Validator
Validator for strings.
Method Summary | |
---|---|
String |
getDescription()
Returns a human readable representation of this Validator. |
boolean |
isAlwaysTrue()
Returns true, if this Validator validates all values to true. The result must not necessarily be correct. |
String |
validate(Object value)
Checks whether the given value is valid. |
Method Detail |
---|
String validate(Object value)
value
- the value to check
String getDescription()
boolean isAlwaysTrue()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |