org.drools.spi
Class Constraint.ConstraintType

java.lang.Object
  extended by org.drools.spi.Constraint.ConstraintType
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Constraint

public static class Constraint.ConstraintType
extends java.lang.Object
implements java.io.Serializable

A java 1.4 type-safe enum

See Also:
Serialized Form

Field Summary
static Constraint.ConstraintType ALPHA
           
static Constraint.ConstraintType BETA
           
static Constraint.ConstraintType UNKNOWN
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final Constraint.ConstraintType UNKNOWN

ALPHA

public static final Constraint.ConstraintType ALPHA

BETA

public static final Constraint.ConstraintType BETA
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object