<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java Enumerations</title>
	<atom:link href="http://javafact.com/2010/07/12/java-enumerations/feed/" rel="self" type="application/rss+xml" />
	<link>http://javafact.com/2010/07/12/java-enumerations/</link>
	<description>a java development reference by Octavio Berlanga</description>
	<lastBuildDate>Mon, 08 Aug 2011 21:00:23 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Java: usar enumeración en un switch &#124; ilikeblues</title>
		<link>http://javafact.com/2010/07/12/java-enumerations/#comment-40</link>
		<dc:creator>Java: usar enumeración en un switch &#124; ilikeblues</dc:creator>
		<pubDate>Fri, 23 Jul 2010 06:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://javafact.com/?p=442#comment-40</guid>
		<description>[...] &#124; http://javafact.com  [...]</description>
		<content:encoded><![CDATA[<p>[...] | <a href="http://javafact.com" rel="nofollow">http://javafact.com</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Octavio Berlanga</title>
		<link>http://javafact.com/2010/07/12/java-enumerations/#comment-37</link>
		<dc:creator>Octavio Berlanga</dc:creator>
		<pubDate>Wed, 21 Jul 2010 01:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://javafact.com/?p=442#comment-37</guid>
		<description>I should have mentioned how to use enumerations in switch statements.  I&#039;ll add a short explanation about how to do that and I hope I interpreted your comment correctly.
Let me know...
Octavio</description>
		<content:encoded><![CDATA[<p>I should have mentioned how to use enumerations in switch statements.  I&#8217;ll add a short explanation about how to do that and I hope I interpreted your comment correctly.<br />
Let me know&#8230;<br />
Octavio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enumeraciones en Java &#124; ilikeblues</title>
		<link>http://javafact.com/2010/07/12/java-enumerations/#comment-36</link>
		<dc:creator>Enumeraciones en Java &#124; ilikeblues</dc:creator>
		<pubDate>Tue, 20 Jul 2010 14:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://javafact.com/?p=442#comment-36</guid>
		<description>[...] &#124; http://javafact.com  [...]</description>
		<content:encoded><![CDATA[<p>[...] | <a href="http://javafact.com" rel="nofollow">http://javafact.com</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JMvL</title>
		<link>http://javafact.com/2010/07/12/java-enumerations/#comment-35</link>
		<dc:creator>JMvL</dc:creator>
		<pubDate>Tue, 20 Jul 2010 11:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://javafact.com/?p=442#comment-35</guid>
		<description>Enums are very useful. I only have a problem with it because I cannot use them in a switch(...) statement directly. Solving this problem costs me every time extra initializing code (from the same type as the initializing of the Spanish name in the example above).</description>
		<content:encoded><![CDATA[<p>Enums are very useful. I only have a problem with it because I cannot use them in a switch(&#8230;) statement directly. Solving this problem costs me every time extra initializing code (from the same type as the initializing of the Spanish name in the example above).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://javafact.com/2010/07/12/java-enumerations/#comment-34</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 18 Jul 2010 21:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://javafact.com/?p=442#comment-34</guid>
		<description>How best to indent an enum, and how to javadoc it?</description>
		<content:encoded><![CDATA[<p>How best to indent an enum, and how to javadoc it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikos lianeris</title>
		<link>http://javafact.com/2010/07/12/java-enumerations/#comment-32</link>
		<dc:creator>nikos lianeris</dc:creator>
		<pubDate>Sat, 17 Jul 2010 07:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://javafact.com/?p=442#comment-32</guid>
		<description>Enumerations are one of the greatest parts of my beloved JAVA since they made simple working with constant values like the male-female paradigm you mention.Your article is very nice and I believe it can help people get started with Enumerations!Keep up the good work!! :)</description>
		<content:encoded><![CDATA[<p>Enumerations are one of the greatest parts of my beloved JAVA since they made simple working with constant values like the male-female paradigm you mention.Your article is very nice and I believe it can help people get started with Enumerations!Keep up the good work!! <img src='http://javafact.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

