Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EGL Development Tools » how to retrieve native types values from typeSignature
how to retrieve native types values from typeSignature [message #668090] Tue, 03 May 2011 17:33
Aaron Allsbrook is currently offline Aaron AllsbrookFriend
Messages: 24
Registered: July 2009
Junior Member
Im currently visiting the different fields in a part and am attempting to identify the type of the field.

Doing a

field.getType().getTypeSignature();

returns correctly for non native field types but returns with an EDT type key... something like egl.lang.Int32 or egl.lang.AnyString.

Is there a way to ask a field for its native type and get back the same value it was declared as in source... like int or string
Previous Topic:Building from source
Next Topic:problem compiling handlers and widgets
Goto Forum:
  


Current Time: Fri Apr 26 15:10:02 GMT 2024

Powered by FUDForum. Page generated in 0.02993 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top