Package com.qfs.msg
Interface IVariablePluginValue
- All Superinterfaces:
IPluginValue
- All Known Subinterfaces:
IVariableParser<T>
- All Known Implementing Classes:
ArrayVariableLiteralType,ATemporalParser,AVectorParser,BooleanVectorParser,DateParser,DoubleVectorParser,FastLocalDateParser,FloatVectorParser,IntegerVectorParser,IntVectorParser,LocalDateParser,LocalDateTimeParser,LocalTimeParser,LongVectorParser,ObjectVectorParser,ParserPlugin.LegacyIntegerVectorParser,PercentileFunction,StringVectorParser,VariableLiteralType,ZonedDateTimeParser
A plugin that can change on some parameters provided in the description.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptionParses the given description to retrieve the corresponding plugin value.Methods inherited from interface com.quartetfs.fwk.types.IPluginValue
description, getPlugin, key, setPlugin
-
Method Details
-
parseKey
Parses the given description to retrieve the corresponding plugin value.- Parameters:
description- typically a pluginKey- Returns:
- plugin instance matching the description, or 'null' if the description does not represent this plugin.
-