|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectinfo.bix.tokai.bixpp.Vector
public class Vector
Class Vector.
| コンストラクタの概要 | |
|---|---|
Vector()
|
|
| メソッドの概要 | |
|---|---|
void |
addSet(double vSet)
Method addSet |
void |
addSet(int index,
double vSet)
Method addSet |
void |
deleteNumberOfItem()
Method deleteNumberOfItem |
java.util.Enumeration |
enumerateSet()
Method enumerateSet |
int |
getNumberOfItem()
Returns the value of field 'numberOfItem'. |
double[] |
getSet()
Method getSet |
double |
getSet(int index)
Method getSet |
int |
getSetCount()
Method getSetCount |
boolean |
hasNumberOfItem()
Method hasNumberOfItem |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllSet()
Method removeAllSet |
double |
removeSet(int index)
Method removeSet |
void |
setNumberOfItem(int numberOfItem)
Sets the value of field 'numberOfItem'. |
void |
setSet(double[] setArray)
Method setSet |
void |
setSet(int index,
double vSet)
Method setSet |
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 Vector()
| メソッドの詳細 |
|---|
public void addSet(double vSet)
throws java.lang.IndexOutOfBoundsException
vSet -
java.lang.IndexOutOfBoundsException
public void addSet(int index,
double vSet)
throws java.lang.IndexOutOfBoundsException
index - vSet -
java.lang.IndexOutOfBoundsExceptionpublic void deleteNumberOfItem()
public java.util.Enumeration enumerateSet()
public int getNumberOfItem()
public double getSet(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic double[] getSet()
public int getSetCount()
public boolean hasNumberOfItem()
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 removeAllSet()
public double removeSet(int index)
index -
public void setNumberOfItem(int numberOfItem)
numberOfItem - the value of field 'numberOfItem'.
public void setSet(int index,
double vSet)
throws java.lang.IndexOutOfBoundsException
index - vSet -
java.lang.IndexOutOfBoundsExceptionpublic void setSet(double[] setArray)
setArray -
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
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||