feat.v1.config
クラス ForwardDeclaration

java.lang.Object
  拡張feat.v1.config.ForwardDeclaration
すべての実装インタフェース:
ConfigElement, ResponseDeclaration

public class ForwardDeclaration
extends java.lang.Object
implements ResponseDeclaration


コンストラクタの概要
ForwardDeclaration()
           
 
メソッドの概要
 FeatureDeclaration getFeatureDeclaration()
           
 java.lang.String getName()
           
 java.lang.String getPath()
           
 ForwardResponse getResponse()
           
 void init()
           
 void postset(IUnmarshallingContext uctx)
           
 void validate()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ForwardDeclaration

public ForwardDeclaration()
メソッドの詳細

getName

public java.lang.String getName()
定義:
インタフェース ConfigElement 内の getName

getPath

public java.lang.String getPath()

getFeatureDeclaration

public FeatureDeclaration getFeatureDeclaration()
定義:
インタフェース ResponseDeclaration 内の getFeatureDeclaration

getResponse

public ForwardResponse getResponse()

postset

public void postset(IUnmarshallingContext uctx)
定義:
インタフェース ResponseDeclaration 内の postset

init

public void init()
          throws InitializationException
定義:
インタフェース ConfigElement 内の init
例外:
InitializationException

validate

public void validate()
定義:
インタフェース ConfigElement 内の validate