Package com.inet.report
Interface Validatable
-
- All Known Implementing Classes:
FormulaField
,GroupField
,SortField
,SQLField
,SummaryField
public interface Validatable
An object that is validatable.- Since:
- 10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Validity
validate()
Check if the object is valid and returns the state and details of possible errors.
-
-
-
Method Detail
-
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
-
-