Database Design Studio (DDS) is preconfigured to support the MySQL ENUM datatype. The SET datatype can easily be added using one of the USER datatypes.
To specify the list of values for the ENUM type, you use the Precision field of the attributes editor as shown below:

The similar principle applies to the Domains dialog:

See also: Adding New Datatypes