|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.e4graph.Value
Field Summary | |
byte[] |
bytesValue
This field contains a binary value if the type field is BYTES. |
double |
doubleValue
This field contains a double (64 bit floating point) value if the type field is DOUBLE. |
int |
integerValue
This field contains an integer value if the type field is INTEGER. |
com.e4graph.Node |
nodeValue
This field contains a Node value if the type field is NODE. |
java.lang.String |
stringValue
This field contains a String if the type field is STRING. |
int |
type
This field contains one of the constants defined in class Vertex denoting the various possible types of vertex values. |
Constructor Summary | |
Value()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int type
public int integerValue
public double doubleValue
public java.lang.String stringValue
public byte[] bytesValue
public com.e4graph.Node nodeValue
Constructor Detail |
public Value()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |