DESIGN PATTERN/실용주의 디자인패턴
Chapter1 - Enum pattern
파란실버라이트
2012. 12. 18. 14:40
Fixed 된 String을 Enum Class로 정의 해서 사용하자.
An enum pattern, in which each enumerated case is associated to an instance of a generic attribute class, is identified and implemented. It is particularly useful in situations where there is a finite number of cases and each case is characterized by a set of constants.