Showing posts with label enumeration. Show all posts
Showing posts with label enumeration. Show all posts

Friday, May 25, 2012

PHP and Enums


I know that PHP doesn't have native Enumerations. But I have become accustomed to them from the Java world. I would love to use enums as a way to give predefined values which IDEs' auto completion features could understand.

Wednesday, May 23, 2012

Wednesday, May 16, 2012

Generics using Enum in Java


I have an enum




public enum Days {
SUNDAY, MONDAY, TUESDAY, WEDNESDAY,
THURSDAY, FRIDAY, SATURDAY