Uses of Class
gov.nasa.pds.tools.dict.ElementDefinition
-
Packages that use ElementDefinition Package Description 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 Modifier and Type Method Description ElementDefinitionDictionary. getElementDefinition(DictIdentifier identifier)Retrieves the element definition from the dictionary or null if not found.ElementDefinitionDictionary. 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 Modifier and Type Method Description static ElementDefinitionDefinitionFactory. createElementDefinition(Dictionary sourceDictionary, ObjectStatement object)This method creates anElementDefinitionby gathering the attributes required from theObjectStatementas 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 Modifier and Type Method Description voidLengthChecker. checkMaxLength(String value, ElementDefinition def, AttributeStatement attribute)voidTypeChecker. checkMaxLength(String value, ElementDefinition def, AttributeStatement attribute)Checks to make sure that the value does not exceed the maximum lengthvoidDoubleChecker. checkMaxValue(Number value, ElementDefinition def, AttributeStatement attribute)voidIntegerChecker. checkMaxValue(Number value, ElementDefinition def, AttributeStatement attribute)voidNonDecimalChecker. checkMaxValue(Number value, ElementDefinition def, AttributeStatement attribute)voidNumericTypeChecker. checkMaxValue(Number value, ElementDefinition def, AttributeStatement attribute)voidRealChecker. checkMaxValue(Number value, ElementDefinition def, AttributeStatement attribute)voidLengthChecker. checkMinLength(String value, ElementDefinition def, AttributeStatement attribute)voidTypeChecker. checkMinLength(String value, ElementDefinition def, AttributeStatement attribute)Checks to make sure that the value does fall below the minimum length lengthvoidDoubleChecker. checkMinValue(Number value, ElementDefinition def, AttributeStatement attribute)voidIntegerChecker. checkMinValue(Number value, ElementDefinition def, AttributeStatement attribute)voidNonDecimalChecker. checkMinValue(Number value, ElementDefinition def, AttributeStatement attribute)voidNumericTypeChecker. checkMinValue(Number value, ElementDefinition def, AttributeStatement attribute)voidRealChecker. checkMinValue(Number value, ElementDefinition def, AttributeStatement attribute)TypeCheckerTypeCheckerFactory. newInstance(ElementDefinition definition)Constructors in gov.nasa.pds.tools.dict.type with parameters of type ElementDefinition Constructor Description 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 Modifier and Type Method Description static booleanElementValidator. validate(AttributeStatement attribute, Label label, Dictionary dictionary, ElementDefinition definition)
-