Searched refs:valueMap (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/forms/qa/integration/forms/ |
H A D | ListBox.java | 148 Map< String, String[] > valueMap = new HashMap< String, String[] >(); in impl_getTypedValue() local 149 valueMap.put( "bigint", new String[] { "1111111111", "222222222" } ); in impl_getTypedValue() 150 valueMap.put( "boolean", new String[] { "false", "true" } ); in impl_getTypedValue() 152 valueMap.put( "decimal", new String[] { "1.11", "2.22" } ); in impl_getTypedValue() 153 valueMap.put( "double", new String[] { "1.11", "2.22" } ); in impl_getTypedValue() 154 valueMap.put( "float", new String[] { "1.11", "2.22" } ); in impl_getTypedValue() 155 valueMap.put( "numeric", new String[] { "1.11", "2.22" } ); in impl_getTypedValue() 156 valueMap.put( "time", new String[] { "01:01:01", "02:02:02" } ); in impl_getTypedValue() 158 valueMap.put( "tinyint", new String[] { "1", "2" } ); in impl_getTypedValue() 159 valueMap.put( "varchar", new String[] { "first", "second" } ); in impl_getTypedValue() [all …]
|
Completed in 9 milliseconds