xcodegen.structure
Class XRuleCondition

java.lang.Object
  |
  +--xcodegen.structure.XObject
        |
        +--xcodegen.structure.XRuleExpr
              |
              +--xcodegen.structure.XRuleCondition

public class XRuleCondition
extends XRuleExpr

Version:
$Revision: 1.2 $
Author:
Herve Tchepannou

Constructor Summary
XRuleCondition()
           
 
Method Summary
 XField getField()
           
 java.lang.String getMax()
           
 java.lang.String getMin()
           
 java.lang.String getValue()
           
 java.util.Collection getValues()
           
 boolean init(org.w3c.dom.Element elt, XObject parent, java.util.Collection errors)
          Initialize the object from a XML DOM Element
 
Methods inherited from class xcodegen.structure.XRuleExpr
getExpressions, getName, getType, getXClass
 
Methods inherited from class xcodegen.structure.XObject
add, addError, getBeanName, getChild, getChild, getChildren, getChildren, getDescription, getLogger, getLongName, getParent, getXMLChild, getXMLChildText, getXMLChildText, getXMLText, hasChild, initChildren, trimXMLText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRuleCondition

public XRuleCondition()
Method Detail

init

public boolean init(org.w3c.dom.Element elt,
                    XObject parent,
                    java.util.Collection errors)
             throws java.lang.Exception
Description copied from class: XObject
Initialize the object from a XML DOM Element

Overrides:
init in class XRuleExpr
Parameters:
elt - DOM element containing the configuration
parent - Parent object
errors - list of all the errors
Returns:
true on success
java.lang.Exception

getField

public XField getField()

getMin

public java.lang.String getMin()

getMax

public java.lang.String getMax()

getValue

public java.lang.String getValue()

getValues

public java.util.Collection getValues()