|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleTypeCaster
Interface for casting.
Method Summary | |
---|---|
java.lang.Object |
cast(java.lang.Object object)
Casts an object to another type, typically for numeric types. |
boolean |
isNumericCast()
Returns true to indicate that the cast target type is numeric. |
Method Detail |
---|
java.lang.Object cast(java.lang.Object object)
May performs a compatibility check and returns null if not compatible.
object
- to cast
boolean isNumericCast()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |