You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get the java string behind a IString, you use the method IString.getValue();
But to get the java integer behind an IInteger, you use the method IInteger.intValue();
The text was updated successfully, but these errors were encountered:
Created 2011-03-10 by davy.landman+cwi@gmail.com assigned to jurgenv@cwi.nl
I just noticed the following difference:
To get the java string behind a IString, you use the method IString.getValue();
But to get the java integer behind an IInteger, you use the method IInteger.intValue();
The text was updated successfully, but these errors were encountered: