Uses of Class
com.opengamma.strata.market.surface.SimpleSurfaceParameterMetadata
-
Packages that use SimpleSurfaceParameterMetadata Package Description com.opengamma.strata.market.surface Definitions of surfaces. -
-
Uses of SimpleSurfaceParameterMetadata in com.opengamma.strata.market.surface
Methods in com.opengamma.strata.market.surface that return SimpleSurfaceParameterMetadata Modifier and Type Method Description static SimpleSurfaceParameterMetadata
SimpleSurfaceParameterMetadata. of(ValueType xValueType, double xValue, ValueType yValueType, double yValue)
Obtains an instance specifying information about the x-value.Methods in com.opengamma.strata.market.surface that return types with arguments of type SimpleSurfaceParameterMetadata Modifier and Type Method Description Class<? extends SimpleSurfaceParameterMetadata>
SimpleSurfaceParameterMetadata.Meta. beanType()
org.joda.beans.BeanBuilder<? extends SimpleSurfaceParameterMetadata>
SimpleSurfaceParameterMetadata.Meta. builder()
-