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