| Modifier and Type | Method and Description |
|---|---|
Class<? extends Triple<A,B,C>> |
beanType() |
org.joda.beans.BeanBuilder<? extends Triple<A,B,C>> |
builder() |
org.joda.beans.MetaProperty<A> |
first()
The meta-property for the
first 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<B> |
second()
The meta-property for the
second property. |
org.joda.beans.MetaProperty<C> |
third()
The meta-property for the
third property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic org.joda.beans.MetaProperty<A> first()
first property.public org.joda.beans.MetaProperty<B> second()
second property.public org.joda.beans.MetaProperty<C> third()
third 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.