public interface PrimitiveTypeRule extends Rule
| Modifier and Type | Method and Description |
|---|---|
String |
correct(String value)
Optionally performs an automatic correction on given data to make it
conform (eg trims leading whitespace).
|
boolean |
test(String value)
Tests the given string against the criteria defined by this
rule -- returns true if it passes the test, false otherwise.
|
getDescription, getSectionReferenceString correct(String value)
value - an original value to be correctedCopyright © 2001-2012 University Health Network. All Rights Reserved.