Enumeration values
I'd like to add the values for my enumeration in the model. Haven't found anything in the documentation or figured it out by poking around. Seems like it should be possible. What am I missing?
Example Java: public enum MyEnum {VALUE1, VALUE2, VALUE3}
Example Java: public enum MyEnum {VALUE1, VALUE2, VALUE3}
Comments