Class 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 Detail

      • TableFieldDefinitionRule

        public TableFieldDefinitionRule​(RuleContext context,
                                        ProblemListener listener)
        Creates a new instance.
    • Method Detail

      • validateFieldFormats

        public boolean validateFieldFormats()