static ConstantNodalCurve.Builder | 
ConstantNodalCurve.builder() | 
 Returns a builder used to create an instance of the bean. 
 | 
ConstantNodalCurve.Builder | 
ConstantNodalCurve.Meta.builder() | 
  | 
ConstantNodalCurve.Builder | 
ConstantNodalCurve.Builder.metadata(CurveMetadata metadata) | 
 Sets the curve metadata. 
 | 
ConstantNodalCurve.Builder | 
ConstantNodalCurve.Builder.set(String propertyName,
   Object newValue) | 
  | 
ConstantNodalCurve.Builder | 
ConstantNodalCurve.Builder.set(org.joda.beans.MetaProperty<?> property,
   Object value) | 
  | 
ConstantNodalCurve.Builder | 
ConstantNodalCurve.toBuilder() | 
 Returns a builder that allows this bean to be mutated. 
 | 
ConstantNodalCurve.Builder | 
ConstantNodalCurve.Builder.xValue(double xValue) | 
 Sets the single x-value. 
 | 
ConstantNodalCurve.Builder | 
ConstantNodalCurve.Builder.yValue(double yValue) | 
 Sets the single y-value. 
 |