Example usage for org.apache.commons.lang.enums ValuedEnum subclass-usage

List of usage examples for org.apache.commons.lang.enums ValuedEnum subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang.enums ValuedEnum subclass-usage.

Usage

From source file org.apache.cocoon.forms.event.ProcessingPhase.java

/**
 * Type-safe enumeration of the various form processing phases.
 * 
 * @version $Id: ProcessingPhase.java 359084 2005-12-26 18:21:33Z cziegeler $
 */
public class ProcessingPhase extends ValuedEnum {

From source file org.apache.cocoon.woody.event.ProcessingPhase.java

/**
 * Type-safe enumeration of the various form processing phases.
 * 
 * @author <a href="http://www.apache.org/~sylvain/">Sylvain Wallez</a>
 * @version CVS $Id: ProcessingPhase.java 56873 2004-11-07 22:30:17Z antonio $
 */

From source file net.sourceforge.fenixedu.util.FenixValuedEnum.java

/**
 * @author <a href="mailto:joao.mota@ist.utl.pt">Joo Mota </a> 20/Fev/2004
 * 
 */
public abstract class FenixValuedEnum extends ValuedEnum implements Serializable {

From source file org.apache.cocoon.forms.formmodel.WidgetState.java

/**
 * The state of a widget. States are ordered from the most featured ("active")
 * to the most constrained ("invisible"), so that state combinations can be
 * computed: a widget's combined state is the strictest between the widget's own
 * state and its parent state.
 * 

From source file org.apache.cocoon.forms.event.RepeaterEventAction.java

/**
 * Type-safe enumeration of the various repeater actions that triggers events.
 * 
 * @version $Id: RepeaterEventAction.java 449149 2006-09-23 03:58:05Z crossley $
 */
public class RepeaterEventAction extends ValuedEnum {

From source file org.jumpmind.db.model.JdbcTypeCategoryEnum.java

/**
 * Represents the different categories of jdbc types.
 * 
 * @version $Revision: $
 */
public class JdbcTypeCategoryEnum extends ValuedEnum {

From source file org.apache.ddlutils.model.JdbcTypeCategoryEnum.java

/**
 * Represents the different categories of jdbc types.
 * 
 * @version $Revision: $
 */
public class JdbcTypeCategoryEnum extends ValuedEnum {

From source file org.apache.ddlutils.model.CascadeActionEnum.java

/**
 * Represents the different cascade actions for the <code>onDelete</code> and
 * <code>onUpdate</code> properties of {@link ForeignKey}.
 * 
 * @version $Revision: $
 */

From source file com.gc.iotools.fmt.base.FormatEnum.java

/**
 * Enum of detected formats. Some format is "simple", some other is just a way
 * of encoding another kind of content. If a user need to support a new format
 * he must extend this class. It can't be a Java 5 enum because (AFAIK) they
 * can't be extended.
 * <table>