Order of attributes as in the modeller in a Java action

4
Can I get members from a Java action in the same order as the modeller (domain model)? When I use GetMembers the order is arbitrary.
asked
2 answers
1

Is there a solution for this? It's been 5 years so maybe anyone has found a nice way to solve this by now :)

answered
0

Chris,

I don't see any options in java to get to the result you want other then sorting the returned map yourself and as you can't "see" the sorting that is used in the modeler you'll never get the same result. Maybe create a feature request for this?

answered