org.openorb.constraint.object
Class BooleanValue

java.lang.Object
  extended by org.openorb.constraint.object.Base
      extended by org.openorb.constraint.object.BooleanValue

public class BooleanValue
extends Base

This class is returned by the identifier evaluator if the result type is a boolean constant

Author:
Jerome Daniel

Constructor Summary
BooleanValue(java.lang.Boolean value)
          Constructor
 
Method Summary
 java.lang.Object evaluate()
          Returns this node value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanValue

public BooleanValue(java.lang.Boolean value)
Constructor

Method Detail

evaluate

public java.lang.Object evaluate()
Returns this node value

Specified by:
evaluate in class Base