public static final class ConstantNodalCurve.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ConstantNodalCurve>
ConstantNodalCurve.| Modifier and Type | Method and Description |
|---|---|
ConstantNodalCurve |
build() |
Object |
get(String propertyName) |
ConstantNodalCurve.Builder |
metadata(CurveMetadata metadata)
Sets the curve metadata.
|
ConstantNodalCurve.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
ConstantNodalCurve.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
ConstantNodalCurve.Builder |
xValue(double xValue)
Sets the single x-value.
|
ConstantNodalCurve.Builder |
yValue(double yValue)
Sets the single y-value.
|
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<ConstantNodalCurve>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ConstantNodalCurve>public ConstantNodalCurve.Builder set(String propertyName, Object newValue)
public ConstantNodalCurve.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<ConstantNodalCurve>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ConstantNodalCurve>public ConstantNodalCurve build()
public ConstantNodalCurve.Builder metadata(CurveMetadata metadata)
The metadata will have a single parameter metadata.
metadata - the new value, not nullpublic ConstantNodalCurve.Builder xValue(double xValue)
xValue - the new value, not nullpublic ConstantNodalCurve.Builder yValue(double yValue)
yValue - the new value, not nullpublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ConstantNodalCurve>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.