org.drools.spi
Class Constraint.ConstraintType
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UNKNOWN
public static final Constraint.ConstraintType UNKNOWN
ALPHA
public static final Constraint.ConstraintType ALPHA
BETA
public static final Constraint.ConstraintType BETA
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