cancel
Showing results for 
Search instead for 
Did you mean: 

Type Conversion Problem using MDM7.1 as Backend.

Former Member
0 Kudos

Hi,

I want to update a Data Field in MDM7.1 which is of type Measurement.I was passing the data from the webdypro java appliacation by using HashMap,the data that we are passing from HashMap through object value.

Can you please let me know how we can achieve Type conversion.

Thanks,

Surya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Declare the Hashmap like this

Map<datatype of object, datatype of value > map = new HashMap<datatype of object, datatype of value >();

If you declare the HashMap in this way then directly you can get the datatype of the value sa mentioned in the HashMap.

Regards,

Gayathri

Answers (0)