feat2.config
クラス InputSupport

java.lang.Object
  拡張feat2.config.InputSupport
すべての実装インタフェース:
DIComponentConfig

public class InputSupport
extends java.lang.Object
implements DIComponentConfig

Input要素をサポートするためのクラス。

作成者:
SUGIMOTO Ken-ichi

コンストラクタの概要
InputSupport(Config config)
           
 
メソッドの概要
 void addInput(InputConfigBase input)
           
 InputConfigBase getInputConfig(java.lang.String propertyName)
           
 InputConfigBase[] getInputs()
           
 boolean validate(FeatErrors errs)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InputSupport

public InputSupport(Config config)
メソッドの詳細

addInput

public void addInput(InputConfigBase input)
定義:
インタフェース DIComponentConfig 内の addInput

getInputs

public InputConfigBase[] getInputs()
定義:
インタフェース DIComponentConfig 内の getInputs

getInputConfig

public InputConfigBase getInputConfig(java.lang.String propertyName)
定義:
インタフェース DIComponentConfig 内の getInputConfig

validate

public boolean validate(FeatErrors errs)