I have an enum :
enum
public enum PersonType:String { case Cool = \"cool\" case Nice = \"rude\" case
like so:
init() { self = .Cool }