I am working with some Java code that I am trying to convert to CFMX again. This time, I am running into issues with a Java enumeration. How do you declare an enumeration in CFMX? CreateObject only works with classes (as far as I can tell).
The Java code I am attempting to duplicate is .... IProject iProject = projectManager.GetProject(126); IRole leaderRole = iProject.GetRole(Plumtree.Remote.PRC.Collaboration.Security.RoleTypes.Leader); ... where Plumtree.Remote.PRC.Collaboration.Security.RoleTypes.Leader is an enumeration with 3 members (Guest, Leader, Member). Can anybody offer any pointers? Thanks -- Jeff Chastain ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183764 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

