org.seasar.cubby.validator
クラス PropertyValidationRule

java.lang.Object
  上位を拡張 org.seasar.cubby.validator.PropertyValidationRule
すべての実装されたインタフェース:
ValidationRule

public class PropertyValidationRule
extends Object
implements ValidationRule


コンストラクタの概要
PropertyValidationRule(String propertyName, String properyNameKey, Validator... validators)
           
PropertyValidationRule(String propertyName, Validator... validators)
           
 
メソッドの概要
 String getPropertyName()
           
 String getPropertyNameKey()
           
 List<Validator> getValidators()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyValidationRule

public PropertyValidationRule(String propertyName,
                              Validator... validators)

PropertyValidationRule

public PropertyValidationRule(String propertyName,
                              String properyNameKey,
                              Validator... validators)
メソッドの詳細

getPropertyName

public String getPropertyName()

getPropertyNameKey

public String getPropertyNameKey()

getValidators

public List<Validator> getValidators()
定義:
インタフェース ValidationRule 内の getValidators


Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.