Uses of Class
gov.nasa.pds.tools.constants.Constants.DictionaryType

Packages that use Constants.DictionaryType
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
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
 Constants.DictionaryType ElementDefinition.getDataType()
           
 

Methods in gov.nasa.pds.tools.dict with parameters of type Constants.DictionaryType
 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
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
 boolean Symbol.isSupportedPDSType(Constants.DictionaryType type)
           
 boolean Numeric.isSupportedPDSType(Constants.DictionaryType type)
           
 boolean TextString.isSupportedPDSType(Constants.DictionaryType type)
           
 boolean DateTime.isSupportedPDSType(Constants.DictionaryType type)
           
abstract  boolean Scalar.isSupportedPDSType(Constants.DictionaryType type)
           
 



Copyright © 2005–2013 Planetary Data System. All rights reserved.