feat2.config
クラス EffectConfig

java.lang.Object
  拡張feat2.config.Config
      拡張feat2.config.ActionConfigBase
          拡張feat2.config.EffectConfig
すべての実装インタフェース:
DIComponentConfig, ValidatableComponentConfig

public class EffectConfig
extends ActionConfigBase

エフェクトコンポーネントの設定。

作成者:
SUGIMOTO Ken-ichi

コンストラクタの概要
EffectConfig()
           
 
メソッドの概要
 Action getActionInstance()
           
 java.lang.String getElementName()
          設定ファイルの要素名を返す。
 boolean validate(FeatErrors errs)
           
 
クラス feat2.config.ActionConfigBase から継承したメソッド
addInput, addValidation, getActionClass, getClassName, getErrorResponse, getInputConfig, getInputs, getName, getPropertyNameId, getValidationConfig, getValidations, setClassName, setErrorResponse, setName
 
クラス feat2.config.Config から継承したメソッド
getConfigPath, getFeatConfig, getFeatureConfig, getParent, setParent
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EffectConfig

public EffectConfig()
メソッドの詳細

getElementName

public java.lang.String getElementName()
クラス Config の記述:
設定ファイルの要素名を返す。

定義:
クラス Config 内の getElementName

getActionInstance

public Action getActionInstance()
定義:
クラス ActionConfigBase 内の getActionInstance

validate

public boolean validate(FeatErrors errs)
オーバーライド:
クラス ActionConfigBase 内の validate