KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > Enum > Top Examples

  • org.jboss.axis.enums.Enum
    General support for 'enumerated' data types. Name searches are case insensitive. @author Richard Sitze (rsitze@apache.org)
  • org.objectweb.jac.aspects.gui.GuiAC
    This aspect component implements a very simple GUI that allows the user to browse the named object of the system and call methods on them. <p>It implements a MVC design pattern where the controllers are implemented by <code>ViewWrapper</code> instances.<p> @see ViewContro ...
  • org.apache.commons.lang.enums.Enum
    <p>Abstract superclass for type-safe enums.</p> <p>One feature of the C programming language lacking in Java is enumerations. The C implementation based on ints was poor and open to abuse. The original Java recommendation and most of the JDK also uses int constants. It has been ...
  • javolution.lang.Enum
    <p> This class is equivalent to <code>j2me.lang.Enum</code> and is moved (refactored) to the <code>j2me.lang</code> system package for applications targetting the J2SE 5.0+ run-time.</p> <p> This is a clean-room implementation of the Enum base class.</ ...
  • org.jboss.axis.enums.Use
    Use enums description @author Richard Scheuerle
  • org.apache.avalon.framework.test.EnumTestCase
    TestCase for Enum. @author <a HREF="mailto:leo.sutic@insprieinfrastructure.com">Leo Sutic</a>
  • org.apache.commons.lang.enum.Extended1Enum
    Base extended enumeration. @author Stephen Colebourne @version $Id: Extended1Enum.java 155423 2005-02-26 13:08:30Z dirkv $
Popular Tags