Enum / drop-down list

I'm coding some custom node actions for BD, and I'd like to know how to do it for showing a Enum / drop-down list on the Inspector Node. I mean I want to assign a value from my enum but I don't know how to populate it on the inspector (I can do it with string, int, etc.... ) thanks.
 
Top