| Subject: | Inline Java Integer question |
|---|---|
| From: | MV5492@xxxxxxx (Mike Vanole) |
| Date: | Fri, 18 Jul 2008 16:00:16 -0500 |
| Newsgroups: | perl.inline |
Was: (Inline Integer question) Re: Inline Java and the Business Objects SDK I'm stuck on what I think it an integer input problem. I need to make sure that I'm replicating this Java: Integer groupInt = new Integer(iGroup.getID()); I can get a value from iGroup.getID(). That value is "2" And I make sure it's an integer (perl): $groupInt = int($iGroup->getID()); But I don't think this is a correct way to translate the Java above I think I need coerce, but I couldn't make that work. What is the correct way to ensure $groupInt is a Java integer? Thanks, Mike |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Inline Integer question, Mike Vanole |
|---|---|
| Next by Date: | Re: Inline Java Integer question, Jason Stelzer |
| Previous by Thread: | Inline Integer question, Mike Vanole |
| Next by Thread: | Re: Inline Java Integer question, Jason Stelzer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |