パッケージ jp.co.antenna.dmc.v4

クラス DMCOLEErr


  • @Deprecated
    public class DMCOLEErr
    extends java.lang.Object
    推奨されていません。
    Javaインターフェースでは、OLEエラーのコールバックはサポートされません。
    DMCOleErr Class
    作成者:
    Hiorshi Obata
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      DMCOLEErr()
      推奨されていません。
       
      DMCOLEErr​(int pLevNum, byte[] pDtctResult, long pErrCode)
      推奨されていません。
       
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド 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.
      • クラスから継承されたメソッド java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクタの詳細

      • DMCOLEErr

        public DMCOLEErr()
        推奨されていません。
      • DMCOLEErr

        public DMCOLEErr​(int pLevNum,
                         byte[] pDtctResult,
                         long pErrCode)
        推奨されていません。
    • メソッドの詳細

      • 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