org.outerj.xreporter.report.instance
Class Condition.ValueEntry

java.lang.Object
  extended byorg.outerj.xreporter.report.instance.Condition.ValueEntry
Enclosing class:
Condition

protected class Condition.ValueEntry
extends java.lang.Object


Field Summary
protected  java.lang.String enteredValue
           
protected  java.lang.String validationErrorMsg
           
protected  java.lang.Object value
           
 
Constructor Summary
protected Condition.ValueEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.Object value

enteredValue

protected java.lang.String enteredValue

validationErrorMsg

protected java.lang.String validationErrorMsg
Constructor Detail

Condition.ValueEntry

protected Condition.ValueEntry()