Package com.opengamma.strata.measure
Class ValuationZoneTimeDefinition.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.measure.ValuationZoneTimeDefinition.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ValuationZoneTimeDefinition
public static final class ValuationZoneTimeDefinition.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forValuationZoneTimeDefinition
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ValuationZoneTimeDefinition>
beanType()
org.joda.beans.BeanBuilder<? extends ValuationZoneTimeDefinition>
builder()
org.joda.beans.MetaProperty<LocalTime>
defaultLocalTime()
The meta-property for thedefaultLocalTime
property.org.joda.beans.MetaProperty<ImmutableList<LocalTime>>
localTimes()
The meta-property for thelocalTimes
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<ZoneId>
zoneId()
The meta-property for thezoneId
property.-
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:
metaPropertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public org.joda.beans.BeanBuilder<? extends ValuationZoneTimeDefinition> builder()
-
beanType
public Class<? extends ValuationZoneTimeDefinition> beanType()
-
defaultLocalTime
public org.joda.beans.MetaProperty<LocalTime> defaultLocalTime()
The meta-property for thedefaultLocalTime
property.- Returns:
- the meta-property, not null
-
zoneId
public org.joda.beans.MetaProperty<ZoneId> zoneId()
The meta-property for thezoneId
property.- Returns:
- the meta-property, not null
-
localTimes
public org.joda.beans.MetaProperty<ImmutableList<LocalTime>> localTimes()
The meta-property for thelocalTimes
property.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
-