Package | Description |
---|---|
gov.nasa.pds.tools.dict.type |
Modifier and Type | Method and Description |
---|---|
Object |
TypeChecker.cast(String value,
AttributeStatement attribute)
Tries to cast the value to the appropriate type and return the value
|
Object |
TimeChecker.cast(String value,
AttributeStatement attribute) |
Object |
RealChecker.cast(String value,
AttributeStatement attribute) |
Object |
NonDecimalChecker.cast(String value,
AttributeStatement attribute) |
Object |
IntegerChecker.cast(String value,
AttributeStatement attribute) |
Object |
IdentifierChecker.cast(String value,
AttributeStatement attribute) |
Object |
DoubleChecker.cast(String value,
AttributeStatement attribute) |
Object |
DateChecker.cast(String value,
AttributeStatement attribute) |
Object |
DataSetChecker.cast(String value,
AttributeStatement attribute)
This method does no checking right now and simply passes back the
original value.
|
Object |
ContextDependentChecker.cast(String value,
AttributeStatement attribute)
This method does no checking right now and simply passes back the
original value.
|
Object |
CharacterChecker.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 Character value.
|
Object |
AlphaNumericChecker.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.
|
Object |
AlphabetChecker.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 Alphabet value.
|
Copyright © 2005–2015 Planetary Data System. All rights reserved.