Class ValueWithFailures.Meta<T>
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.collect.result.ValueWithFailures.Meta<T>
-
- Type Parameters:
T- the type
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ValueWithFailures<T>
public static final class ValueWithFailures.Meta<T> extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forValueWithFailures.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ValueWithFailures<T>>beanType()org.joda.beans.BeanBuilder<? extends ValueWithFailures<T>>builder()org.joda.beans.MetaProperty<ImmutableList<FailureItem>>failures()The meta-property for thefailuresproperty.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)org.joda.beans.MetaProperty<T>value()The meta-property for thevalueproperty.-
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 ValueWithFailures<T>> builder()
-
beanType
public Class<? extends ValueWithFailures<T>> beanType()
-
value
public org.joda.beans.MetaProperty<T> value()
The meta-property for thevalueproperty.- Returns:
- the meta-property, not null
-
failures
public org.joda.beans.MetaProperty<ImmutableList<FailureItem>> failures()
The meta-property for thefailuresproperty.- 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
-
-