パッケージ jp.co.antenna.dmc.v4
クラス DMCOLEErr
- java.lang.Object
-
- jp.co.antenna.dmc.v4.DMCOLEErr
-
@Deprecated public class DMCOLEErr extends java.lang.Object
推奨されていません。Javaインターフェースでは、OLEエラーのコールバックはサポートされません。
DMCOleErr Class- 作成者:
- Hiorshi Obata
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 推奨されていないメソッド 修飾子とタイプ メソッド 説明 java.lang.String
getDtctresult()
推奨されていません。Returns the dtctresult.long
getErrcode()
推奨されていません。Returns the errcode.int
getLevnum()
推奨されていません。Returns the levnum.void
setDtctresult(java.lang.String pDtctResult)
推奨されていません。Sets the dtctresult.void
setErrcode(long pErrCode)
推奨されていません。Sets the errcode.void
setLevnum(int pLevNum)
推奨されていません。Sets the levnum.
-
-
-
メソッドの詳細
-
getLevnum
public int getLevnum()
推奨されていません。Returns the levnum.- 戻り値:
- int
-
getDtctresult
public java.lang.String getDtctresult()
推奨されていません。Returns the dtctresult.- 戻り値:
- String
-
getErrcode
public long getErrcode()
推奨されていません。Returns the errcode.- 戻り値:
- long
-
setLevnum
public void setLevnum(int pLevNum)
推奨されていません。Sets the levnum.- パラメータ:
pLevNum
- The LevNum to set
-
setDtctresult
public void setDtctresult(java.lang.String pDtctResult)
推奨されていません。Sets the dtctresult.- パラメータ:
pDtctResult
- The DtctResult to set
-
setErrcode
public void setErrcode(long pErrCode)
推奨されていません。Sets the errcode.- パラメータ:
pErrCode
- The ErrCode to set
-
-