public final class LabelParameterMetadata extends Object implements ParameterMetadata, org.joda.beans.ImmutableBean, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
LabelParameterMetadata.Meta
The meta-bean for
LabelParameterMetadata. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIdentifier()
Gets the identifier, which is the label.
|
String |
getLabel()
Gets the label that describes the parameter.
|
int |
hashCode() |
static LabelParameterMetadata.Meta |
meta()
The meta-bean for
LabelParameterMetadata. |
LabelParameterMetadata.Meta |
metaBean() |
static LabelParameterMetadata |
of(String label)
Obtains an instance specifying the label.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitempty, listOfEmptypublic static LabelParameterMetadata of(String label)
label - the label to usepublic String getIdentifier()
getIdentifier in interface ParameterMetadatapublic static LabelParameterMetadata.Meta meta()
LabelParameterMetadata.public LabelParameterMetadata.Meta metaBean()
metaBean in interface org.joda.beans.Beanpublic String getLabel()
getLabel in interface ParameterMetadataCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.