Interface Validatable

All Known Implementing Classes:
BondRefDataBuilder, CouponSetting, CreditSetting, FloaterSetting, IdentifierSet, NotionalSetting, QuoteConvention, TerminationSetting

public interface Validatable
Validatable interface defines the validate function, which validates the current object state.



Author:
Lakshmi Krishnamurthy
  • Method Summary

    Modifier and Type Method Description
    boolean validate()
    Validate the current object state
  • Method Details

    • validate

      boolean validate()
      Validate the current object state
      Returns:
      Validation successful (true) or failed (false)