Interface Validatable

All Known Implementing Classes:
FormulaField, GroupField, SortField, SQLField, SummaryField

public interface Validatable
An object that is validatable.
Since:
10.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Check if the object is valid and returns the state and details of possible errors.
  • Method Details

    • validate

      Validity validate()
      Check if the object is valid and returns the state and details of possible errors.
      Returns:
      the current state, never null.
      Since:
      10.0