All Implemented Interfaces:
PropertyDescriptorIF, Serializable

public class PropertyStringMap extends PropertyStringBase
Generic property descriptor to convert a string expression to an other value. This can especially be used to convert property values of different systems. A pair of source and target value is separated by "=". Several pairs are separated by ",". The conversion is done by looking for the source value in all pairs. if it is found, it is replaced by the target value. If a source value is not in any pair, the default pair is used. The default pair has an empty source value.
Version:
10.1.1
Author:
jna
See Also: