org.apache.commons.lang.enums
Class Nest

java.lang.Object
  extended byorg.apache.commons.lang.enums.Nest

public final class Nest
extends java.lang.Object

Color enumeration demonstrating a normal simple nesting case. All is well here as the nested enum class is really no different to any other class.

Version:
$Id: Nest.java 437554 2006-08-28 06:21:41Z bayard $
Author:
Stephen Colebourne

Nested Class Summary
static class Nest.ColorEnum
           
 
Constructor Summary
Nest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nest

public Nest()


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.