Package com.walkfares.odsl.quality
Interface BasicValidation
- All Known Implementing Classes:
VarCurve,VarCurveDates,VarCurveSeries,VarEvent,VarEventCurve,VarEventTimeSeries,VarMatrixDates,VarReportDates,VarSmartTimeSeries,VarTimeSeries
public interface BasicValidation
-
Method Summary
Modifier and Type Method Description default voidperformBasicValidation(String id)Perform some basic validation on this entity.
-
Method Details
-
performBasicValidation
Perform some basic validation on this entity. This is called before the entity is merged and updated. Any issues - throw an OpenDSLRuntimeException - ErrorCode: FAILED_BASIC_VALIDATION- Parameters:
id- - The object id this entity belongs to
-