public interface IValueMetaConverter
Modifier and Type | Method and Description |
---|---|
Object |
convertFromSourceToTargetDataType(int sourceValueMetaType,
int targetValueMetaType,
Object value) |
void |
setDatePattern(SimpleDateFormat datePattern) |
Object convertFromSourceToTargetDataType(int sourceValueMetaType, int targetValueMetaType, Object value) throws ValueMetaConversionException
sourceValueMetaType
- The source ValueMeta Type defined in the ValueMetaInterfacetargetValueMetaType
- The target ValueMeta Type defined in the ValueMetaInterfacevalue
- the source value to be convertedValueMetaConversionException
void setDatePattern(SimpleDateFormat datePattern)
Copyright © 2020 Hitachi Vantara. All rights reserved.