Uses of Class
gov.nasa.pds.tools.constants.Constants.DictionaryType
-
Packages that use Constants.DictionaryType Package Description gov.nasa.pds.tools.constants gov.nasa.pds.tools.dict gov.nasa.pds.tools.dict.type gov.nasa.pds.tools.label -
-
Uses of Constants.DictionaryType in gov.nasa.pds.tools.constants
Methods in gov.nasa.pds.tools.constants that return Constants.DictionaryType Modifier and Type Method Description static Constants.DictionaryType
Constants.DictionaryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constants.DictionaryType[]
Constants.DictionaryType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Constants.DictionaryType in gov.nasa.pds.tools.dict
Methods in gov.nasa.pds.tools.dict that return Constants.DictionaryType Modifier and Type Method Description Constants.DictionaryType
ElementDefinition. getDataType()
Methods in gov.nasa.pds.tools.dict with parameters of type Constants.DictionaryType Modifier and Type Method Description void
ElementDefinition. setDataType(Constants.DictionaryType dataType)
-
Uses of Constants.DictionaryType in gov.nasa.pds.tools.dict.type
Constructors in gov.nasa.pds.tools.dict.type with parameters of type Constants.DictionaryType Constructor Description OutOfRangeException(Statement statement, Number value, Number limit, boolean exceeds, DictIdentifier fieldName, Constants.DictionaryType dataType)
-
Uses of Constants.DictionaryType in gov.nasa.pds.tools.label
Methods in gov.nasa.pds.tools.label with parameters of type Constants.DictionaryType Modifier and Type Method Description boolean
DateTime. isSupportedPDSType(Constants.DictionaryType type)
boolean
Numeric. isSupportedPDSType(Constants.DictionaryType type)
abstract boolean
Scalar. isSupportedPDSType(Constants.DictionaryType type)
boolean
Symbol. isSupportedPDSType(Constants.DictionaryType type)
boolean
TextString. isSupportedPDSType(Constants.DictionaryType type)
-