Searched refs:valueMap (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/forms/qa/integration/forms/ |
| H A D | ListBox.java | 166 Map< String, String[] > valueMap = new HashMap< String, String[] >(); in impl_getTypedValue() local 167 valueMap.put( "bigint", new String[] { "1111111111", "222222222" } ); in impl_getTypedValue() 168 valueMap.put( "boolean", new String[] { "false", "true" } ); in impl_getTypedValue() 169 valueMap.put( "date", new String[] { "2001-01-01", "2002-02-02" } ); in impl_getTypedValue() 170 valueMap.put( "decimal", new String[] { "1.11", "2.22" } ); in impl_getTypedValue() 171 valueMap.put( "double", new String[] { "1.11", "2.22" } ); in impl_getTypedValue() 172 valueMap.put( "float", new String[] { "1.11", "2.22" } ); in impl_getTypedValue() 173 valueMap.put( "numeric", new String[] { "1.11", "2.22" } ); in impl_getTypedValue() 174 valueMap.put( "time", new String[] { "01:01:01", "02:02:02" } ); in impl_getTypedValue() 175 valueMap.put( "timestamp", new String[] { "2001-01-01 01:01:01", "2002-02-02 02:02:02" } ); in impl_getTypedValue() [all …]
|