public interface PrimitiveTypeRule extends Rule<String>
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)
Deprecated.
|
apply, getDescription, getSectionReference
String correct(String value)
value
- an original value to be correctedboolean test(String value)
Rule.apply(Object)
Copyright © 2001–2017 University Health Network. All rights reserved.