In the early versions of OpenMDAO (pre 0.13.0), we could use ports with different datatypes than float, like Int, Str, Bool etc. Link given below -
http://openmdao.org/releases/0.13.0/docs/basics/variables.html
Right now I am using the latest version and would like to use Enum type input (i.e. param) port to my Component in order to restrict the value it takes to the values I specify. Is there an equivalent way to do the same in the newer versions of OpenMDAO (1.x.x) wherein you can explicitly mention the datatype of a port of a component?