JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.drip.product.params
Interface Validatable
All Known Implementing Classes:
BondRefDataBuilder
,
CouponSetting
,
CreditSetting
,
CurrencySet
,
FloaterSetting
,
FloatingRateIndex
,
IdentifierSet
,
NotionalSetting
,
PeriodGenerator
,
PeriodSet
,
QuoteConvention
,
RatesSetting
,
TerminationSetting
,
TreasuryBenchmark
public interface
Validatable
Validatable interface defines the validate function, which validates the current object state.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
validate
()
Validate the current object state
Method Detail
validate
boolean validate()
Validate the current object state
Returns:
Validation successful (true) or failed (false)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method