net.sf.yavtags.rules
Class Implies

java.lang.Object
  extended by net.sf.yavtags.rules.YavRule
      extended by net.sf.yavtags.rules.Implies

public class Implies
extends YavRule


Field Summary
 
Fields inherited from class net.sf.yavtags.rules.YavRule
i18nKeys, parameterMap, previousRules, yavConfig
 
Constructor Summary
Implies(java.lang.String rule, java.util.List<YavRule> yavRules, java.util.Map<java.lang.String,YavMask> yavMasks, YavConfig yavConfig)
           
 
Method Summary
 YavError checkError()
           
protected  YavError checkError(java.lang.String value)
           
 
Methods inherited from class net.sf.yavtags.rules.YavRule
existsIndependentRuleForFieldName, getDependantRule, getFieldLabel, getFieldName, getI18nKeys, getMetanameLabel, getMetanameLabel, getProcessedValue, getProcessedValue, getRule, getRuleSuffix, getRuleType, hasFieldLabel, parseRule, setLocalizedFieldLabel, setParameterMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Implies

public Implies(java.lang.String rule,
               java.util.List<YavRule> yavRules,
               java.util.Map<java.lang.String,YavMask> yavMasks,
               YavConfig yavConfig)
        throws java.text.ParseException
Throws:
java.text.ParseException
Method Detail

checkError

public YavError checkError()
Overrides:
checkError in class YavRule

checkError

protected YavError checkError(java.lang.String value)
Specified by:
checkError in class YavRule