Get All possible Enum values #384
Answered
by
safaci2000
safaci2000
asked this question in
Q&A
-
There's a few objects that are available that reference enum. My enum is called Status, so I'll use to refer to it in the body.
Now, I don't see any way to get all the possible value of my enum. I don't think I can override this behavior through the custom generator, but maybe I missed something? Is this possible with Jet? |
Beta Was this translation helpful? Give feedback.
Answered by
safaci2000
Sep 25, 2024
Replies: 1 comment 4 replies
-
No, that's currently not possible. Why do you need it? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
master now support this out of the box, so marking this as resolved.