*/
public class DBDictionaryItemValueWrapper implements DictionaryItemValueWrapper<ProcessDBDictionaryItemValue, DBDictionaryItemExtensionWrapper> {
private final ProcessDBDictionaryItemValue itemValue;
public DBDictionaryItemValueWrapper() {
this(new ProcessDBDictionaryItemValue());
}