|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectinfo.bix.tokai.bixpp.RecordSet
public class RecordSet
Class RecordSet.
| コンストラクタの概要 | |
|---|---|
RecordSet()
|
|
| メソッドの概要 | |
|---|---|
void |
addRecord(int index,
Record vRecord)
Method addRecord |
void |
addRecord(Record vRecord)
Method addRecord |
java.util.Enumeration |
enumerateRecord()
Method enumerateRecord |
Record[] |
getRecord()
Method getRecord |
Record |
getRecord(int index)
Method getRecord |
int |
getRecordCount()
Method getRecordCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllRecord()
Method removeAllRecord |
Record |
removeRecord(int index)
Method removeRecord |
void |
setRecord(int index,
Record vRecord)
Method setRecord |
void |
setRecord(Record[] recordArray)
Method setRecord |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public RecordSet()
| メソッドの詳細 |
|---|
public void addRecord(Record vRecord)
throws java.lang.IndexOutOfBoundsException
vRecord -
java.lang.IndexOutOfBoundsException
public void addRecord(int index,
Record vRecord)
throws java.lang.IndexOutOfBoundsException
index - vRecord -
java.lang.IndexOutOfBoundsExceptionpublic java.util.Enumeration enumerateRecord()
public Record getRecord(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic Record[] getRecord()
public int getRecordCount()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic void removeAllRecord()
public Record removeRecord(int index)
index -
public void setRecord(int index,
Record vRecord)
throws java.lang.IndexOutOfBoundsException
index - vRecord -
java.lang.IndexOutOfBoundsExceptionpublic void setRecord(Record[] recordArray)
recordArray -
public static java.lang.Object unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||