Class ValuePropertyOption

java.lang.Object
org.brapi.schematools.core.xlsx.options.ValuePropertyOption
All Implemented Interfaces:
Options, Validatable
Direct Known Subclasses:
ColumnOption

public class ValuePropertyOption extends Object implements Options
A value property in a worksheet.
  • Constructor Details

    • ValuePropertyOption

      public ValuePropertyOption()
  • Method Details

    • validate

      public Validation validate()
      Description copied from interface: Validatable
      Checks if the Validatable object is valid, return a list of errors if it is not valid
      Specified by:
      validate in interface Validatable
      Returns:
      a Validation object than can be used queried to find if the object is valid and any errors if it is not valid