Home
last modified time | relevance | path

Searched refs:valueMap (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/forms/qa/integration/forms/
H A DListBox.java148 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()
151 valueMap.put( "date", new String[] { "2001-01-01", "2002-02-02" } ); 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()
157 valueMap.put( "timestamp", new String[] { "2001-01-01 01:01:01", "2002-02-02 02:02:02" } ); in impl_getTypedValue()
[all …]