public class AlphaNumericChecker extends LengthChecker implements TypeChecker
| Constructor and Description |
|---|
AlphaNumericChecker() |
| Modifier and Type | Method and Description |
|---|---|
Object |
cast(String value,
AttributeStatement attribute)
This method will follow the rules set forth in the pdsdd and data
dictionary document for what is an allowable AlphaNumeric value.
|
checkMaxLength, checkMinLengthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckMaxLength, checkMinLengthpublic Object cast(String value, AttributeStatement attribute) throws InvalidTypeException
cast in interface TypeCheckervalue - which must be castInvalidTypeException - if the value can not be interpreted as AlphaNumericTypeChecker.cast(String,
AttributeStatement)Copyright © 2019. All rights reserved.