Class DayToDayDifferenceTranslator

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

    @QuartetPluginValue(intf=com.quartetfs.biz.pivot.context.IContextValueTranslator.class)
    public class DayToDayDifferenceTranslator
    extends com.quartetfs.biz.pivot.context.impl.SimpleContextValueTranslator<String,​IDayToDayDifference>
    Context value translator for rday-to-day differences. As a plugin value it is automatically registered with the other available context value translators.
    Author:
    ActiveViam
    See Also:
    Serialized Form
    • Constructor Detail

      • DayToDayDifferenceTranslator

        public DayToDayDifferenceTranslator()
    • Method Detail

      • getAvailableProperties

        public Map<String,​String> getAvailableProperties()
      • parse

        protected String parse​(String property)
                        throws com.quartetfs.biz.pivot.context.ContextValueTranslationException
        Specified by:
        parse in class com.quartetfs.biz.pivot.context.impl.SimpleContextValueTranslator<String,​IDayToDayDifference>
        Throws:
        com.quartetfs.biz.pivot.context.ContextValueTranslationException
      • setDatastoreListener

        public static void setDatastoreListener​(com.qfs.store.IDatastore datastore)