|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.stormcat.jvbeans.jvlink.analyze.JvRecordMeta
public class JvRecordMeta
レコードをメタ情報を保持するためのクラスです。
メソッドの概要 | |
---|---|
int |
getByteLength()
バイト長を返します。 |
float |
getCorrection()
値補正を返します。 |
List<JvRecordMeta> |
getJoinMetaItems()
JOINレコードのメタ情報を返します。 |
Method |
getMutator()
値をセットするためのsetterメソッドを返します。 |
int |
getPosition()
項目の位置を返します。 |
int |
getRepeatCount()
繰り返し回数を返します。 |
Class<?> |
getType()
バインディング型を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public int getPosition()
public int getByteLength()
public int getRepeatCount()
public Class<?> getType()
public Method getMutator()
public float getCorrection()
public List<JvRecordMeta> getJoinMetaItems()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |