Package com.opengamma.strata.calc
Class Results.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.calc.Results.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- Results
public static final class Results.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forResults.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Results>beanType()org.joda.beans.BeanBuilder<? extends Results>builder()org.joda.beans.MetaProperty<ImmutableList<Result<?>>>cells()The meta-property for thecellsproperty.org.joda.beans.MetaProperty<ImmutableList<ColumnHeader>>columns()The meta-property for thecolumnsproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
-
-
-
Method Detail
-
metaPropertyGet
protected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
- Overrides:
metaPropertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public org.joda.beans.BeanBuilder<? extends Results> builder()
-
columns
public org.joda.beans.MetaProperty<ImmutableList<ColumnHeader>> columns()
The meta-property for thecolumnsproperty.- Returns:
- the meta-property, not null
-
cells
public org.joda.beans.MetaProperty<ImmutableList<Result<?>>> cells()
The meta-property for thecellsproperty.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
-