org.openorb.constraint.object
Class StringValue

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

public class StringValue
extends Base

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

Author:
Jerome Daniel

Constructor Summary
StringValue(java.lang.String 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

StringValue

public StringValue(java.lang.String value)
Constructor

Method Detail

evaluate

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

Specified by:
evaluate in class Base