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 ValueRootType
ValueRootType. parseToken(String rootString)
Parses a string into the corresponding root type.static ValueRootType
ValueRootType. 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.
-