パッケージ jp.co.antenna.dmc.v5
クラス DMCOLEErr
- java.lang.Object
-
- jp.co.antenna.dmc.v5.DMCOLEErr
-
public class DMCOLEErr extends java.lang.Object
OLEエラー- 作成者:
- Hiorshi Obata
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 推奨されていないメソッド 修飾子とタイプ メソッド 説明 java.lang.String
getDtctresult()
AutoDetect結果(抽出エンジンの種類)を得るlong
getErrcode()
エラーコードを得るint
getLevnum()
OLE階層を得る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()
OLE階層を得る- 戻り値:
- int
-
getDtctresult
public java.lang.String getDtctresult()
AutoDetect結果(抽出エンジンの種類)を得る- 戻り値:
- String
-
getErrcode
public long getErrcode()
エラーコードを得る- 戻り値:
- long
-
setLevnum
@Deprecated public void setLevnum(int pLevNum)
推奨されていません。Sets the levnum.- パラメータ:
pLevNum
- The LevNum to set
-
setDtctresult
@Deprecated public void setDtctresult(java.lang.String pDtctResult)
推奨されていません。Sets the dtctresult.- パラメータ:
pDtctResult
- The DtctResult to set
-
setErrcode
@Deprecated public void setErrcode(long pErrCode)
推奨されていません。Sets the errcode.- パラメータ:
pErrCode
- The ErrCode to set
-
-