[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
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
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
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