Re: Inline Java Integer question

2008-07-19 Thread Jason Stelzer
[email protected] Subject: Re: Inline Java Integer question Inline::Java does a pretty good job of auto-marshalling primitive types (from java.lang.*) for you without you having to do much about it yourself. In fact, Integer is one of those types that should 'just work'. However, to illustra

RE: Inline Java Integer question

2008-07-18 Thread Vanole, Mike
al Message- From: Jason Stelzer [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2008 6:37 PM To: Vanole, Mike Cc: [email protected] Subject: Re: Inline Java Integer question Inline::Java does a pretty good job of auto-marshalling primitive types (from java.lang.*) for you without you having to do

Re: Inline Java Integer question

2008-07-18 Thread Jason Stelzer
Inline::Java does a pretty good job of auto-marshalling primitive types (from java.lang.*) for you without you having to do much about it yourself. In fact, Integer is one of those types that should 'just work'. However, to illustrate how you'd go about coercing the type, this example seems

Inline Java Integer question

2008-07-18 Thread Vanole, Mike
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