Uses of Class
com.opengamma.strata.report.framework.expression.ValueRootType
-
Packages that use ValueRootType Package Description com.opengamma.strata.report.framework.expression Provide the ability to extract data using textual expressions. -
-
Uses of ValueRootType in com.opengamma.strata.report.framework.expression
Methods in com.opengamma.strata.report.framework.expression that return ValueRootType Modifier and Type Method Description static ValueRootTypeValueRootType. parseToken(String rootString)Parses a string into the corresponding root type.static ValueRootTypeValueRootType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueRootType[]ValueRootType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-