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.DictionaryTypeConstants.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.DictionaryTypeElementDefinition. getDataType()Methods in gov.nasa.pds.tools.dict with parameters of type Constants.DictionaryType Modifier and Type Method Description voidElementDefinition. 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 booleanDateTime. isSupportedPDSType(Constants.DictionaryType type)booleanNumeric. isSupportedPDSType(Constants.DictionaryType type)abstract booleanScalar. isSupportedPDSType(Constants.DictionaryType type)booleanSymbol. isSupportedPDSType(Constants.DictionaryType type)booleanTextString. isSupportedPDSType(Constants.DictionaryType type)
-