Version: 1.1.1

org.biomoby.shared.schema
Class PrimitiveVector

java.lang.Object
  extended by org.biomoby.shared.schema.PrimitiveVector

public class PrimitiveVector
extends Object


Constructor Summary
PrimitiveVector(Vector vc)
           
PrimitiveVector(Vector v1, Vector v2)
           
 
Method Summary
static Vector addVector(Vector v1, Vector v2)
          add the content of the second vector to the first vector
 Vector getDateTimeVector()
          get the DateTimeVector field of this object.
 Vector getFloatVector()
          get the floatVector field of this object
 Vector getIntegerVector()
          get the integerVector field of this object
 Vector getStringVector()
          get the stringVector field of this object
 String toString()
          get a string to represent this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimitiveVector

public PrimitiveVector(Vector vc)

PrimitiveVector

public PrimitiveVector(Vector v1,
                       Vector v2)
Method Detail

addVector

public static Vector addVector(Vector v1,
                               Vector v2)
add the content of the second vector to the first vector

Parameters:
v1 - the first vector
v2 - the second vector
Returns:
a vector contain elements in both v1 and v2

getStringVector

public Vector getStringVector()
get the stringVector field of this object

Returns:
stringVector of this object

getIntegerVector

public Vector getIntegerVector()
get the integerVector field of this object

Returns:
integerVector field of this object

getFloatVector

public Vector getFloatVector()
get the floatVector field of this object

Returns:
floatVector field of this object

getDateTimeVector

public Vector getDateTimeVector()
get the DateTimeVector field of this object.

Returns:
DateTimeVector field of this object

toString

public String toString()
get a string to represent this object.

Overrides:
toString in class Object
Returns:
a string representing this object

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010