| CUSTOMIZING GETTER SETTER [message #1018257] |
Wed, 13 March 2013 10:03 |
g s Messages: 1 Registered: March 2013 |
Junior Member |
|
|
Hi
I'd like create a custom getter that is the field is a String
then the getter is field!=null?field.trim():null;
My problem is how can I tell eclipse that the field is a String ?
I actually can write if(field instanceof String or getClass() anyway
but I am asking if exists a way to say just eclipse that if field is a String
write that code else the same....
Thanks in advance
Regards
Fabio
|
|
|
Powered by
FUDForum. Page generated in 0.02055 seconds