Class FormatSettings.Meta<T>
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.report.framework.format.FormatSettings.Meta<T>
-
- Type Parameters:
T- the type
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- FormatSettings<T>
public static final class FormatSettings.Meta<T> extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forFormatSettings.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends FormatSettings<T>>beanType()org.joda.beans.BeanBuilder<? extends FormatSettings<T>>builder()org.joda.beans.MetaProperty<FormatCategory>category()The meta-property for thecategoryproperty.org.joda.beans.MetaProperty<ValueFormatter<T>>formatter()The meta-property for theformatterproperty.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 FormatSettings<T>> builder()
-
beanType
public Class<? extends FormatSettings<T>> beanType()
-
category
public org.joda.beans.MetaProperty<FormatCategory> category()
The meta-property for thecategoryproperty.- Returns:
- the meta-property, not null
-
formatter
public org.joda.beans.MetaProperty<ValueFormatter<T>> formatter()
The meta-property for theformatterproperty.- 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
-
-