Uses of Class
com.opengamma.strata.market.surface.SurfaceInfoType
-
Packages that use SurfaceInfoType Package Description com.opengamma.strata.market.surface Definitions of surfaces. -
-
Uses of SurfaceInfoType in com.opengamma.strata.market.surface
Fields in com.opengamma.strata.market.surface declared as SurfaceInfoType Modifier and Type Field Description static SurfaceInfoType<DayCount>SurfaceInfoType. DAY_COUNTKey used to access information about theDayCount.static SurfaceInfoType<MoneynessType>SurfaceInfoType. MONEYNESS_TYPEKey used to access information about the type of moneyness.Methods in com.opengamma.strata.market.surface that return SurfaceInfoType Modifier and Type Method Description static <T> SurfaceInfoType<T>SurfaceInfoType. of(String name)Obtains an instance from the specified name.Methods in com.opengamma.strata.market.surface that return types with arguments of type SurfaceInfoType Modifier and Type Method Description ImmutableMap<SurfaceInfoType<?>,Object>DefaultSurfaceMetadata. getInfo()Gets the additional surface information.org.joda.beans.MetaProperty<ImmutableMap<SurfaceInfoType<?>,Object>>DefaultSurfaceMetadata.Meta. info()The meta-property for theinfoproperty.Methods in com.opengamma.strata.market.surface with parameters of type SurfaceInfoType Modifier and Type Method Description <T> DefaultSurfaceMetadataBuilderDefaultSurfaceMetadataBuilder. addInfo(SurfaceInfoType<T> type, T value)Adds a single piece of additional information.<T> Optional<T>DefaultSurfaceMetadata. findInfo(SurfaceInfoType<T> type)<T> Optional<T>SurfaceMetadata. findInfo(SurfaceInfoType<T> type)Finds surface information of a specific type.<T> TDefaultSurfaceMetadata. getInfo(SurfaceInfoType<T> type)default <T> TSurfaceMetadata. getInfo(SurfaceInfoType<T> type)Gets surface information of a specific type.<T> DefaultSurfaceMetadataDefaultSurfaceMetadata. withInfo(SurfaceInfoType<T> type, T value)<T> DefaultSurfaceMetadataSurfaceMetadata. withInfo(SurfaceInfoType<T> type, T value)Returns an instance where the specified additional information has been added.
-