Class TableFieldDefinitionRule

java.lang.Object
gov.nasa.pds.tools.validate.rule.AbstractValidationRule
gov.nasa.pds.tools.validate.rule.pds4.TableFieldDefinitionRule
All Implemented Interfaces:
ValidationRule, org.apache.commons.chain.Command

public class TableFieldDefinitionRule
extends AbstractValidationRule
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 Details

    • TableFieldDefinitionRule

      public TableFieldDefinitionRule()
      Creates a new instance.
  • Method Details