jp.co.intra_mart.foundation.straform.model.definition
クラス LinkParameterDefModel

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.straform.model.definition.LinkParameterDefModel

public class LinkParameterDefModel
extends java.lang.Object

リンクアクションパラメータ設定情報モデルクラス。
リンクアクションの「引数」に設定された情報を保持します。

導入されたバージョン:
7.2
作成者:
INTRAMART

コンストラクタの概要
LinkParameterDefModel()
           
 
メソッドの概要
 java.lang.String getName()
          パラメータ名を返却します。
 LinkParamType getParamType()
          パラメータ種別を返却します。
 java.lang.String getValue()
          パラメータ値を返却します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LinkParameterDefModel

public LinkParameterDefModel()
メソッドの詳細

getName

public java.lang.String getName()
パラメータ名を返却します。

戻り値:
パラメータ名

getValue

public java.lang.String getValue()
パラメータ値を返却します。

戻り値:
パラメータ値

getParamType

public LinkParamType getParamType()
パラメータ種別を返却します。

戻り値:
パラメータ種別