Class VaRTimePeriodTranslator

  • All Implemented Interfaces:
    com.quartetfs.biz.pivot.context.IContextValueTranslator<IVaRTimePeriod>, com.quartetfs.fwk.types.IPluginValue, Serializable

    @QuartetPluginValue(intf=com.quartetfs.biz.pivot.context.IContextValueTranslator.class)
    public class VaRTimePeriodTranslator
    extends com.quartetfs.biz.pivot.context.impl.DoubleContextValueTranslator<IVaRTimePeriod>
    Context value translator for VaR confidence level. As a plugin value it is automatically registered with the other available context value translators.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String KEY  
      • Fields inherited from class com.quartetfs.fwk.types.impl.PluginValue

        name, plugin
      • Fields inherited from interface com.quartetfs.biz.pivot.context.IContextValueTranslator

        ALL_VALUE, BOOL_VALUE, DOUBLE_VALUE, ENUM_VALUE, INT_VALUE, LONG_VALUE, RANGE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected IVaRTimePeriod createInstance​(Double content)  
      protected Double getContent​(IVaRTimePeriod instance)  
      Class<IVaRTimePeriod> getContextInterface()  
      String key()  
      • Methods inherited from class com.quartetfs.biz.pivot.context.impl.DoubleContextValueTranslator

        format, getAvailableProperties, parse
      • Methods inherited from class com.quartetfs.biz.pivot.context.impl.SimpleContextValueTranslator

        clear, decode, description, encode
      • Methods inherited from class com.quartetfs.fwk.types.impl.PluginValue

        equals, getName, getPlugin, hashCode, setName, setPlugin, toString
      • Methods inherited from interface com.quartetfs.biz.pivot.context.IContextValueTranslator

        getAvailablePropertiesCategory, getAvailablePropertiesDescription
      • Methods inherited from interface com.quartetfs.fwk.types.IPluginValue

        getPlugin, setPlugin