You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/11/03 18:53:39 UTC

DO NOT REPLY [Bug 24272] - Enum/ValueEnum class needs functionality to load values from a properties file

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24272>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24272

Enum/ValueEnum class needs functionality to load values from a properties file





------- Additional Comments From apacheBugzilla@AMammenT.cotse.net  2003-11-03 17:53 -------
As I understand it, oacl.Enum was put together to provide support for the java 
typesafe enum pattern 
(http://developer.java.sun.com/developer/Books/effectivejava/Chapter5.pdf - 
Item 21).

The usage proposed here simply overloads this implementation to obtain typed 
objects (associated with values) which have the same signature as the Enum 
type, but aren't really meant to be used for the pattern described above, but 
which are essentially accessed only by name or value, and never used, anywhere 
in the code base, at compile time.  

I think this might be useful functionality, and perhaps worth thinking about 
as a separate contribution, but not, I think, as an addition or overload of 
the Enum pattern.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org