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, checkMinLength
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkMaxLength, checkMinLength
public Object cast(String value, AttributeStatement attribute) throws InvalidTypeException
cast
in interface TypeChecker
value
- which must be castInvalidTypeException
- if the value can not be interpreted as AlphaNumericTypeChecker.cast(String,
AttributeStatement)
Copyright © 2005–2015 Planetary Data System. All rights reserved.