Uses of Class
com.opengamma.strata.report.framework.format.FormatCategory
-
Packages that use FormatCategory Package Description com.opengamma.strata.report.framework.format Provide the ability to format calculated values. -
-
Uses of FormatCategory in com.opengamma.strata.report.framework.format
Methods in com.opengamma.strata.report.framework.format that return FormatCategory Modifier and Type Method Description FormatCategory
FormatSettings. getCategory()
Gets the category of this type.static FormatCategory
FormatCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static FormatCategory[]
FormatCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.report.framework.format that return types with arguments of type FormatCategory Modifier and Type Method Description org.joda.beans.MetaProperty<FormatCategory>
FormatSettings.Meta. category()
The meta-property for thecategory
property.Methods in com.opengamma.strata.report.framework.format with parameters of type FormatCategory Modifier and Type Method Description static <T> FormatSettings<T>
FormatSettings. of(FormatCategory category, ValueFormatter<T> formatter)
Obtains settings from category and formatter.
-