public static final class BillPosition.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
BillPosition.| Modifier and Type | Method and Description |
|---|---|
Class<? extends BillPosition> |
beanType() |
BillPosition.Builder |
builder() |
org.joda.beans.MetaProperty<PositionInfo> |
info()
The meta-property for the
info property. |
org.joda.beans.MetaProperty<Double> |
longQuantity()
The meta-property for the
longQuantity property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
org.joda.beans.MetaProperty<Bill> |
product()
The meta-property for the
product property. |
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> |
quantity()
The meta-property for the
quantity property. |
org.joda.beans.MetaProperty<Double> |
shortQuantity()
The meta-property for the
shortQuantity property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic BillPosition.Builder builder()
public Class<? extends BillPosition> beanType()
public org.joda.beans.MetaProperty<PositionInfo> info()
info property.public org.joda.beans.MetaProperty<Bill> product()
product property.public org.joda.beans.MetaProperty<Double> longQuantity()
longQuantity property.public org.joda.beans.MetaProperty<Double> shortQuantity()
shortQuantity property.public org.joda.beans.MetaProperty<Double> quantity()
quantity 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.