<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 02:15:11 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/created/enum/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Printing elements in an Enum, How to learn Enum Elements' Indicator and defying identification to methods in Enum - Java]]></title><description><![CDATA[What Will I Learn? Printing elements in an Enum How to learn Enum Elements' Indicator Defying ID to methods in Enum Difficulty Intermediate Tutorial Contents imagesource Printing elements in an Enum We]]></description><link>http://direct.ecency.com/utopian-io/@nerueger/how-to-learn-enum-elements-indicator-and-defying-identification-to-methods-in-enum-java</link><guid isPermaLink="true">http://direct.ecency.com/utopian-io/@nerueger/how-to-learn-enum-elements-indicator-and-defying-identification-to-methods-in-enum-java</guid><category><![CDATA[utopian-io]]></category><dc:creator><![CDATA[nerueger]]></dc:creator><pubDate>Thu, 22 Feb 2018 22:35:51 GMT</pubDate><enclosure url="https://images.ecency.com/p/FxX5cZUEw64b7a6VGunHcQcAukXG3UpoiXsxX3DuP1RgT57prmTsPjJGUToEBETUvNMkQBmoLurQv2Lc3PGmdwUXWS1oNRCt7fsstH8BoGML?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Enum with String and Int]]></title><description><![CDATA[enum Group: String { case Me case You case Her case Him init?(index: Int) { switch index { case 0: self = .Me case 1: self = .You case 2: self = .Her case 3: self = .Him default: return nil } } }]]></description><link>http://direct.ecency.com/swift/@kwakbab/enum-with-string-and-int</link><guid isPermaLink="true">http://direct.ecency.com/swift/@kwakbab/enum-with-string-and-int</guid><category><![CDATA[swift]]></category><dc:creator><![CDATA[kwakbab]]></dc:creator><pubDate>Thu, 01 Feb 2018 02:49:00 GMT</pubDate></item><item><title><![CDATA[Using Proxy to Mimic Enum in Javascript]]></title><description><![CDATA[Javascript doesn't support enum. The normal way that we use the enum is to either define as string constants: const HTTP_METHOD_GET = 'get'; const HTTP_METHOD_PUT = 'get'; or const HTTP_METHOD = { GET:]]></description><link>http://direct.ecency.com/js/@raycai/using-proxy-to-mimic-enum-in-javascript</link><guid isPermaLink="true">http://direct.ecency.com/js/@raycai/using-proxy-to-mimic-enum-in-javascript</guid><category><![CDATA[js]]></category><dc:creator><![CDATA[raycai]]></dc:creator><pubDate>Thu, 04 Jan 2018 06:08:54 GMT</pubDate></item></channel></rss>