Uses of Class
gov.nasa.pds.tools.dict.ElementDefinition

Packages that use ElementDefinition
gov.nasa.pds.tools.dict   
gov.nasa.pds.tools.dict.parser   
gov.nasa.pds.tools.dict.type   
gov.nasa.pds.tools.label.validate   
 

Uses of ElementDefinition in gov.nasa.pds.tools.dict
 

Methods in gov.nasa.pds.tools.dict that return ElementDefinition
 ElementDefinition Dictionary.getElementDefinition(DictIdentifier identifier)
          Retrieves the element definition from the dictionary or null if not found.
 ElementDefinition Dictionary.getElementDefinition(String objectContext, DictIdentifier identifier)
           
 

Uses of ElementDefinition in gov.nasa.pds.tools.dict.parser
 

Methods in gov.nasa.pds.tools.dict.parser that return ElementDefinition
static ElementDefinition DefinitionFactory.createElementDefinition(Dictionary sourceDictionary, ObjectStatement object)
          This method creates an ElementDefinition by gathering the attributes required from the ObjectStatement as specified in the PDS Data Dictionary document.
 

Uses of ElementDefinition in gov.nasa.pds.tools.dict.type
 

Methods in gov.nasa.pds.tools.dict.type with parameters of type ElementDefinition
 void TypeChecker.checkMaxLength(String value, ElementDefinition def, AttributeStatement attribute)
          Checks to make sure that the value does not exceed the maximum length
 void LengthChecker.checkMaxLength(String value, ElementDefinition def, AttributeStatement attribute)
           
 void IntegerChecker.checkMaxValue(Number value, ElementDefinition def, AttributeStatement attribute)
           
 void NonDecimalChecker.checkMaxValue(Number value, ElementDefinition def, AttributeStatement attribute)
           
 void RealChecker.checkMaxValue(Number value, ElementDefinition def, AttributeStatement attribute)
           
 void NumericTypeChecker.checkMaxValue(Number value, ElementDefinition def, AttributeStatement attribute)
           
 void DoubleChecker.checkMaxValue(Number value, ElementDefinition def, AttributeStatement attribute)
           
 void TypeChecker.checkMinLength(String value, ElementDefinition def, AttributeStatement attribute)
          Checks to make sure that the value does fall below the minimum length length
 void LengthChecker.checkMinLength(String value, ElementDefinition def, AttributeStatement attribute)
           
 void IntegerChecker.checkMinValue(Number value, ElementDefinition def, AttributeStatement attribute)
           
 void NonDecimalChecker.checkMinValue(Number value, ElementDefinition def, AttributeStatement attribute)
           
 void RealChecker.checkMinValue(Number value, ElementDefinition def, AttributeStatement attribute)
           
 void NumericTypeChecker.checkMinValue(Number value, ElementDefinition def, AttributeStatement attribute)
           
 void DoubleChecker.checkMinValue(Number value, ElementDefinition def, AttributeStatement attribute)
           
 TypeChecker TypeCheckerFactory.newInstance(ElementDefinition definition)
           
 

Constructors in gov.nasa.pds.tools.dict.type with parameters of type ElementDefinition
UnsupportedTypeException(ElementDefinition def)
           
 

Uses of ElementDefinition in gov.nasa.pds.tools.label.validate
 

Methods in gov.nasa.pds.tools.label.validate with parameters of type ElementDefinition
static boolean ElementValidator.validate(AttributeStatement attribute, Label label, Dictionary dictionary, ElementDefinition definition)
           
 



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