public final class ColumnName extends TypedString<ColumnName>
| Modifier and Type | Method and Description |
|---|---|
static ColumnName |
of(Measure measure)
Obtains an instance from the specified measure.
|
static ColumnName |
of(String name)
Obtains an instance from the specified name.
|
compareTo, equals, getName, hashCode, toStringpublic static ColumnName of(String name)
Column names may contain any character, but must not be empty.
name - the name of the columnpublic static ColumnName of(Measure measure)
The column name will be the same as the name of the measure.
measure - the measure to extract the name fromCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.