Class CurveGroupName
- java.lang.Object
-
- com.opengamma.strata.collect.TypedString<CurveGroupName>
-
- com.opengamma.strata.market.curve.CurveGroupName
-
- All Implemented Interfaces:
Named
,Serializable
,Comparable<CurveGroupName>
public final class CurveGroupName extends TypedString<CurveGroupName>
The name of a curve group.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CurveGroupName
of(String name)
Obtains an instance from the specified name.
-
-
-
Method Detail
-
of
public static CurveGroupName of(String name)
Obtains an instance from the specified name.Curve group names may contain any character, but must not be empty.
- Parameters:
name
- the name of the curve group- Returns:
- a curve group name
-
-