| Interface | Description | 
|---|---|
| Boolean | Denotes the object as being automatically convertible to 
  java boolean type. | 
| Byte | Denotes the object as being automatically convertible to 
  java byte type. | 
| Character | Denotes the object as being automatically convertible to 
  java char type. | 
| Double | Denotes the object as being automatically convertible to 
  java double type. | 
| Float | Denotes the object as being automatically convertible to 
  java float type. | 
| Integer | Denotes the object as being automatically convertible to 
  java int type. | 
| Long | Denotes the object as being automatically convertible to 
  java long type. | 
| Short | Denotes the object as being automatically convertible to 
  java short type. | 
| String | Denotes the object as being automatically convertible to 
  java String type using its .toString() method. | 
Copyright © 1998-2016 Konstantin L. Metlov All Rights Reserved.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the JEL manual.