"How do you set the finite set of options for an enumerated type? The format doesn't look any..."
Enumerated Types
Use this option when you want to present the user with a list of choices instead of using autocomplete. A good example of where this is useful is a property like 'gender' where you want the user to be able to pick from a finite set of options. This also prevents the user from inadvertantly adding new instances of the expected type. Additional options can be added from the Type filter or the Schema Editor page.
Recent Discussions about Enumerated Types
Finite set of options
"An enumerated type just means it'll pick up items from a given type and won't let the user add to..."

