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
public interface IVariablePluginValue extends IPluginValue
A plugin that can change on some parameters provided in the description.- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IVariablePluginValueparseKey(String description)Parses the given description to retrieve the corresponding plugin value.-
Methods inherited from interface com.quartetfs.fwk.types.IPluginValue
description, getPlugin, key, setPlugin
-
-
-
-
Method Detail
-
parseKey
IVariablePluginValue parseKey(String description)
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.
-
-