Class TableFieldDefinitionRule
- java.lang.Object
-
- gov.nasa.pds.tools.validate.rule.pds4.TableFieldDefinitionRule
-
public class TableFieldDefinitionRule extends Object
Implements a validation rule that checks that fields of tables are defined in order, that they do not overlap, and that the fields do not extend outside the record.
-
-
Constructor Summary
Constructors Constructor Description TableFieldDefinitionRule(RuleContext context, ProblemListener listener)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
validateFieldFormats()
-
-
-
Constructor Detail
-
TableFieldDefinitionRule
public TableFieldDefinitionRule(RuleContext context, ProblemListener listener)
Creates a new instance.
-
-