public class TimeChecker extends LengthChecker implements TypeChecker
| Constructor and Description |
|---|
TimeChecker() |
| Modifier and Type | Method and Description |
|---|---|
Object |
cast(String value,
AttributeStatement attribute)
Tries to cast the value to the appropriate type and return the value
|
checkMaxLength, checkMinLengthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckMaxLength, checkMinLengthpublic Object cast(String value, AttributeStatement attribute) throws InvalidTypeException
TypeCheckercast in interface TypeCheckervalue - which must be castInvalidTypeException - thrown when value can not be castCopyright © 2019. All rights reserved.