Uses of Class
com.opengamma.strata.market.curve.CurveNodeClashAction
-
Packages that use CurveNodeClashAction Package Description com.opengamma.strata.market.curve Definitions of curves. -
-
Uses of CurveNodeClashAction in com.opengamma.strata.market.curve
Methods in com.opengamma.strata.market.curve that return CurveNodeClashAction Modifier and Type Method Description CurveNodeClashActionCurveNodeDateOrder. getAction()Gets the action to perform if a clash occurs.static CurveNodeClashActionCurveNodeClashAction. of(String name)Obtains an instance from the specified name.static CurveNodeClashActionCurveNodeClashAction. valueOf(String name)Returns the enum constant of this type with the specified name.static CurveNodeClashAction[]CurveNodeClashAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.market.curve that return types with arguments of type CurveNodeClashAction Modifier and Type Method Description org.joda.beans.MetaProperty<CurveNodeClashAction>CurveNodeDateOrder.Meta. action()The meta-property for theactionproperty.Methods in com.opengamma.strata.market.curve with parameters of type CurveNodeClashAction Modifier and Type Method Description static CurveNodeDateOrderCurveNodeDateOrder. of(int minGapInDays, CurveNodeClashAction action)Obtains an instance from the minimum gap, allowing reordering flag and clash action.
-