EnumDelegateProvider

constructor(name: String?, toEnum: (String) -> E?, toString: (E) -> String = { it.toString() })(source)