|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.biomoby.shared.schema.PrimitiveVector
public class PrimitiveVector
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 |
---|
public PrimitiveVector(Vector vc)
public PrimitiveVector(Vector v1, Vector v2)
Method Detail |
---|
public static Vector addVector(Vector v1, Vector v2)
v1
- the first vectorv2
- the second vector
public Vector getStringVector()
public Vector getIntegerVector()
public Vector getFloatVector()
public Vector getDateTimeVector()
public String toString()
toString
in class Object
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |