public class Value extends Object
Constructor and Description |
---|
Value(BigInteger value,
ValueType type) |
Value(Long value,
ValueType type) |
Value(ValueType type) |
Value(ValueType type,
boolean unindexed) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getBigInteger() |
Class<?> |
getClazz() |
Long |
getLong() |
Number |
getNumber() |
ValueType |
getType() |
boolean |
isUnindexed() |
public Value(ValueType type)
public Value(ValueType type, boolean unindexed) throws VPackValueTypeException
VPackValueTypeException
public Value(Long value, ValueType type) throws VPackValueTypeException
VPackValueTypeException
public Value(BigInteger value, ValueType type) throws VPackValueTypeException
VPackValueTypeException
public ValueType getType()
public Class<?> getClazz()
public boolean isUnindexed()
public Number getNumber()
public Long getLong()
public BigInteger getBigInteger()
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.