public static final class QuantileResult.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
QuantileResult.| Modifier and Type | Method and Description |
|---|---|
Class<? extends QuantileResult> |
beanType() |
org.joda.beans.BeanBuilder<? extends QuantileResult> |
builder() |
org.joda.beans.MetaProperty<int[]> |
indices()
The meta-property for the
indices property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
protected Object |
propertyGet(org.joda.beans.Bean bean,
String propertyName,
boolean quiet) |
protected void |
propertySet(org.joda.beans.Bean bean,
String propertyName,
Object newValue,
boolean quiet) |
org.joda.beans.MetaProperty<Double> |
value()
The meta-property for the
value property. |
org.joda.beans.MetaProperty<DoubleArray> |
weights()
The meta-property for the
weights property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic org.joda.beans.BeanBuilder<? extends QuantileResult> builder()
public Class<? extends QuantileResult> beanType()
public org.joda.beans.MetaProperty<Double> value()
value property.public org.joda.beans.MetaProperty<int[]> indices()
indices property.public org.joda.beans.MetaProperty<DoubleArray> weights()
weights property.protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
propertyGet in class org.joda.beans.impl.direct.DirectMetaBeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.