Uses of Class
org.isda.cdm.CashflowTypeEnum
-
Packages that use CashflowTypeEnum Package Description org.isda.cdm -
-
Uses of CashflowTypeEnum in org.isda.cdm
Fields in org.isda.cdm declared as CashflowTypeEnum Modifier and Type Field Description protected CashflowTypeEnum
Cashflow.CashflowBuilder. cashflowType
protected CashflowTypeEnum
CashTransferBreakdown.CashTransferBreakdownBuilder. cashflowType
protected CashflowTypeEnum
CashTransferComponent.CashTransferComponentBuilder. cashflowType
Methods in org.isda.cdm that return CashflowTypeEnum Modifier and Type Method Description CashflowTypeEnum
Cashflow.CashflowBuilder. getCashflowType()
CashflowTypeEnum
Cashflow. getCashflowType()
The qualification of the type of cashflow, e.g.CashflowTypeEnum
CashTransferBreakdown.CashTransferBreakdownBuilder. getCashflowType()
CashflowTypeEnum
CashTransferBreakdown. getCashflowType()
The qualification of the type of cashflow, when not inferred from a derived through lineage e.g.CashflowTypeEnum
CashTransferComponent.CashTransferComponentBuilder. getCashflowType()
CashflowTypeEnum
CashTransferComponent. getCashflowType()
The qualification of the type of cashflow, when not inferred from a derived through lineage e.g.static CashflowTypeEnum
CashflowTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CashflowTypeEnum[]
CashflowTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type CashflowTypeEnum Modifier and Type Method Description Cashflow.CashflowBuilder
Cashflow.CashflowBuilder. setCashflowType(CashflowTypeEnum cashflowType)
CashTransferBreakdown.CashTransferBreakdownBuilder
CashTransferBreakdown.CashTransferBreakdownBuilder. setCashflowType(CashflowTypeEnum cashflowType)
CashTransferComponent.CashTransferComponentBuilder
CashTransferComponent.CashTransferComponentBuilder. setCashflowType(CashflowTypeEnum cashflowType)
-