Doubts with Expando types

Daniel G, modified 5 Years ago. Regular Member Posts: 141 Join Date: 3/14/17 Recent Posts
Hi all.
I want to create a new Expando for sites which contains a list of integer values. There is one type, called "Group of Integers", that may be the type that I need. I want to recover the value programatically, but I have a doubt when try to cast the value, which type is a "Group of Integers"? Is a list? I have the same doubt with the other one, "Group of Text Values". I was looking for documentation but I've had no success.

Any help would be appreciated, thanks in advance!


Regards
thumbnail
David H Nebinger, modified 5 Years ago. Liferay Legend Posts: 14933 Join Date: 9/2/06 Recent Posts
Usually if I'm unclear about a type, I'll just tack on a getClass().getName() and log it; that way the code tells me what exactly it is.