public final class SurfaceName extends MarketDataName<Surface> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
Class<Surface> |
getMarketDataType() |
String |
getName() |
static SurfaceName |
of(String name)
Obtains an instance from the specified name.
|
compareTo, equals, hashCode, toStringpublic static SurfaceName of(String name)
Surface names may contain any character, but must not be empty.
name - the name of the surfacepublic Class<Surface> getMarketDataType()
getMarketDataType in class MarketDataName<Surface>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.