Value class

Implemented types

Constructors

Value()

Properties

bVal bool?
getter/setter pair
dtVal DateTime?
getter/setter pair
duVal Duration?
getter/setter pair
dVal Date?
getter/setter pair
eVal Edge?
getter/setter pair
fVal double?
getter/setter pair
ggVal Geography?
getter/setter pair
gVal DataSet?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iVal int?
getter/setter pair
lVal NList?
getter/setter pair
mVal NMap?
getter/setter pair
nVal int?
getter/setter pair
pVal Path?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sVal Int8List?
getter/setter pair
tVal Time?
getter/setter pair
uVal NSet?
getter/setter pair
vVal Vertex?
getter/setter pair

Methods

getFieldValue(int fieldID) → dynamic
Get a field's value by fieldId. Primitive types will be wrapped in the appropriate "boxed" types.
override
isSet(int fieldID) bool
Check if a field is currently set or unset, using the fieldId.
override
isSetBVal() bool
isSetDtVal() bool
isSetDuVal() bool
isSetDVal() bool
isSetEVal() bool
isSetFVal() bool
isSetGgVal() bool
isSetGVal() bool
isSetIVal() bool
isSetLVal() bool
isSetMVal() bool
isSetNVal() bool
isSetPVal() bool
isSetSVal() bool
isSetTVal() bool
isSetUVal() bool
isSetVVal() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(TProtocol iprot) → void
Reads the TObject from the given input protocol.
override
setFieldValue(int fieldID, Object value) → dynamic
Set a field's value by fieldId. Primitive types must be "boxed" in the appropriate object wrapper type.
override
toString() String
A string representation of this object.
override
unsetBVal() → dynamic
unsetDtVal() → dynamic
unsetDuVal() → dynamic
unsetDVal() → dynamic
unsetEVal() → dynamic
unsetFVal() → dynamic
unsetGgVal() → dynamic
unsetGVal() → dynamic
unsetIVal() → dynamic
unsetLVal() → dynamic
unsetMVal() → dynamic
unsetNVal() → dynamic
unsetPVal() → dynamic
unsetSVal() → dynamic
unsetTVal() → dynamic
unsetUVal() → dynamic
unsetVVal() → dynamic
validate() → dynamic
write(TProtocol oprot) → void
Writes the objects out to the oprot protocol.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

BVAL → const int
DTVAL → const int
DUVAL → const int
DVAL → const int
EVAL → const int
FVAL → const int
GGVAL → const int
GVAL → const int
IVAL → const int
LVAL → const int
MVAL → const int
NVAL → const int
PVAL → const int
SVAL → const int
TVAL → const int
UVAL → const int
VVAL → const int