|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidTypeException | |
---|---|
gov.nasa.pds.tools.dict.type |
Uses of InvalidTypeException in gov.nasa.pds.tools.dict.type |
---|
Methods in gov.nasa.pds.tools.dict.type that throw InvalidTypeException | |
---|---|
java.lang.Object |
TypeChecker.cast(java.lang.String value,
AttributeStatement attribute)
Tries to cast the value to the appropriate type and return the value |
java.lang.Object |
TimeChecker.cast(java.lang.String value,
AttributeStatement attribute)
|
java.lang.Object |
RealChecker.cast(java.lang.String value,
AttributeStatement attribute)
|
java.lang.Object |
NonDecimalChecker.cast(java.lang.String value,
AttributeStatement attribute)
|
java.lang.Object |
IntegerChecker.cast(java.lang.String value,
AttributeStatement attribute)
|
java.lang.Object |
IdentifierChecker.cast(java.lang.String value,
AttributeStatement attribute)
|
java.lang.Object |
DoubleChecker.cast(java.lang.String value,
AttributeStatement attribute)
|
java.lang.Object |
DateChecker.cast(java.lang.String value,
AttributeStatement attribute)
|
java.lang.Object |
DataSetChecker.cast(java.lang.String value,
AttributeStatement attribute)
This method does no checking right now and simply passes back the original value. |
java.lang.Object |
ContextDependentChecker.cast(java.lang.String value,
AttributeStatement attribute)
This method does no checking right now and simply passes back the original value. |
java.lang.Object |
CharacterChecker.cast(java.lang.String value,
AttributeStatement attribute)
This method will follow the rules set forth in the pdsdd and data dictionary document for what is an allowable Character value. |
java.lang.Object |
AlphaNumericChecker.cast(java.lang.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. |
java.lang.Object |
AlphabetChecker.cast(java.lang.String value,
AttributeStatement attribute)
This method will follow the rules set forth in the pdsdd and data dictionary document for what is an allowable Alphabet value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |