Class Value.IntValue (2.39.0)

public abstract static class Value.IntValue extends Value

Inheritance

java.lang.Object > Value > Value.IntValue

Static Methods

create(long value)

public static Value.IntValue create(long value)
Parameter
Name Description
value long
Returns
Type Description
Value.IntValue

Constructors

IntValue()

public IntValue()

Methods

getValue()

public abstract long getValue()
Returns
Type Description
long

getValueType()

public Value.ValueType getValueType()
Returns
Type Description
Value.ValueType
Overrides