info.bix.tokai.bixpp
クラス Vector

java.lang.Object
  上位を拡張 info.bix.tokai.bixpp.Vector
すべての実装されたインタフェース:
java.io.Serializable

public class Vector
extends java.lang.Object
implements java.io.Serializable

Class Vector.

バージョン:
$Revision$ $Date$
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

Vector

public Vector()
メソッドの詳細

addSet

public void addSet(double vSet)
            throws java.lang.IndexOutOfBoundsException
Method addSet

パラメータ:
vSet -
例外:
java.lang.IndexOutOfBoundsException

addSet

public void addSet(int index,
                   double vSet)
            throws java.lang.IndexOutOfBoundsException
Method addSet

パラメータ:
index -
vSet -
例外:
java.lang.IndexOutOfBoundsException

deleteNumberOfItem

public void deleteNumberOfItem()
Method deleteNumberOfItem


enumerateSet

public java.util.Enumeration enumerateSet()
Method enumerateSet

戻り値:
Enumeration

getNumberOfItem

public int getNumberOfItem()
Returns the value of field 'numberOfItem'.

戻り値:
int

getSet

public double getSet(int index)
              throws java.lang.IndexOutOfBoundsException
Method getSet

パラメータ:
index -
戻り値:
double
例外:
java.lang.IndexOutOfBoundsException

getSet

public double[] getSet()
Method getSet

戻り値:
double

getSetCount

public int getSetCount()
Method getSetCount

戻り値:
int

hasNumberOfItem

public boolean hasNumberOfItem()
Method hasNumberOfItem

戻り値:
boolean

isValid

public boolean isValid()
Method isValid

戻り値:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

パラメータ:
out -
例外:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

パラメータ:
handler -
例外:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeAllSet

public void removeAllSet()
Method removeAllSet


removeSet

public double removeSet(int index)
Method removeSet

パラメータ:
index -
戻り値:
double

setNumberOfItem

public void setNumberOfItem(int numberOfItem)
Sets the value of field 'numberOfItem'.

パラメータ:
numberOfItem - the value of field 'numberOfItem'.

setSet

public void setSet(int index,
                   double vSet)
            throws java.lang.IndexOutOfBoundsException
Method setSet

パラメータ:
index -
vSet -
例外:
java.lang.IndexOutOfBoundsException

setSet

public void setSet(double[] setArray)
Method setSet

パラメータ:
setArray -

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

パラメータ:
reader -
戻り値:
Object
例外:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

例外:
org.exolab.castor.xml.ValidationException