jp.oarts.pirka.iop.tool.core.plugin.in.database
クラス ChangeInfo

java.lang.Object
  上位を拡張 jp.oarts.pirka.iop.tool.core.plugin.in.database.ChangeInfo

public class ChangeInfo
extends java.lang.Object


フィールドの概要
static int SET_LENGTH_MODE_DEC_ONLY
           
static int SET_LENGTH_MODE_LEN_AND_DEC
           
static int SET_LENGTH_MODE_LEN_ONLY
           
 
コンストラクタの概要
ChangeInfo(int setLengthMode, java.lang.Long defaultLength, int defaultSubLength)
           
 
メソッドの概要
 java.lang.Long getDefaultLength()
           
 int getDefaultSubLength()
           
 int getSetLengthMode()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SET_LENGTH_MODE_LEN_ONLY

public static final int SET_LENGTH_MODE_LEN_ONLY
関連項目:
定数フィールド値

SET_LENGTH_MODE_DEC_ONLY

public static final int SET_LENGTH_MODE_DEC_ONLY
関連項目:
定数フィールド値

SET_LENGTH_MODE_LEN_AND_DEC

public static final int SET_LENGTH_MODE_LEN_AND_DEC
関連項目:
定数フィールド値
コンストラクタの詳細

ChangeInfo

public ChangeInfo(int setLengthMode,
                  java.lang.Long defaultLength,
                  int defaultSubLength)
メソッドの詳細

getSetLengthMode

public int getSetLengthMode()
戻り値:
the setLengthMode

getDefaultLength

public java.lang.Long getDefaultLength()
戻り値:
the defaultLength

getDefaultSubLength

public int getDefaultSubLength()
戻り値:
the defaultSubLength