Uses of Class
com.opengamma.strata.product.common.CapFloor
-
Packages that use CapFloor Package Description com.opengamma.strata.loader Tools for loading data from files.com.opengamma.strata.product.common Entity objects shared between other packages. -
-
Uses of CapFloor in com.opengamma.strata.loader
Methods in com.opengamma.strata.loader that return CapFloor Modifier and Type Method Description static CapFloor
LoaderUtils. parseCapFloor(String str)
Parses cap/floor from the input string. -
Uses of CapFloor in com.opengamma.strata.product.common
Methods in com.opengamma.strata.product.common that return CapFloor Modifier and Type Method Description static CapFloor
CapFloor. of(String name)
Obtains an instance from the specified name.CapFloor
CapFloor. opposite()
Supplies the opposite of this value.static CapFloor
CapFloor. valueOf(String name)
Returns the enum constant of this type with the specified name.static CapFloor[]
CapFloor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-