|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.JRcServer.commons.util.read.ReadKey
public class ReadKey
キーワード情報の取得.
指定された情報から、キーワード情報を取得します。
コンストラクタの概要 | |
---|---|
ReadKey()
コンストラクタ. |
メソッドの概要 | |
---|---|
void |
clear()
キーワード取得情報をクリアーします。 |
void |
create(ReadIndex info)
キーワードを取得する情報を生成します。 |
void |
create(ReadIndex info,
java.lang.String comment)
キーワードを取得する情報を生成します。 |
java.lang.String |
get(int no)
取得したキーワードを順番で取得します。 |
ObjectArray |
getElement()
要素群情報の取得. |
int |
getLine(int no)
格納キーワードに対する行情報を取得. |
int |
getSequence(int no)
格納キーワードに対する列情報を取得. |
boolean |
isNew()
生成チェック。 |
int |
size()
取得したキーワード数を取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ReadKey()
メソッドの詳細 |
---|
public final void create(ReadIndex info) throws InputException
info
- キーワードを取得するReadIndexオブジェクトを設定します。
InputException
- 引数例外public final void create(ReadIndex info, java.lang.String comment) throws InputException
info
- キーワードを取得するReadIndexオブジェクトを設定します。comment
- コメントとなる条件の1ワード情報を設定します
InputException
- 引数例外public final void clear()
public final java.lang.String get(int no)
no
- 取得対象の項番を指定します。
public final int getLine(int no)
no
- 取得対象の項番を指定します.
public final int getSequence(int no)
no
- 取得対象の項番を指定します.
public final int size()
public final boolean isNew()
public final ObjectArray getElement()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |