You can view the issue at the following URL:
<http://scarab.werken.com/issues/id/TRQ45>

Type:        Patch
Issue Id:    TRQ45
Reported by: J. Russell Smyth
             drfish - ([EMAIL PROTECTED])

Details:

Platform: All
Operating system: Other linux
Summary: add static keyFor methods to generate appropriate SimpleKey instance
Description: added static keyFor(value) methods to create appropriate SimpleKey 
instances for specified values. Adds:
 public static SimpleKey keyFor(java.math.BigDecimal key)
public static SimpleKey keyFor(int key)
public static SimpleKey keyFor(long key)
public static SimpleKey keyFor(NumberKey key)
public static SimpleKey keyFor(String key)
public static SimpleKey keyFor(StringKey key)
public static SimpleKey keyFor(java.util.Date key)
public static SimpleKey keyFor(DateKey key)
Status: New


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to