Class Value.IntValue (2.37.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
NameDescription
valuelong
Returns
TypeDescription
Value.IntValue

Constructors

IntValue()

public IntValue()

Methods

getValue()

public abstract long getValue()
Returns
TypeDescription
long

getValueType()

public Value.ValueType getValueType()
Returns
TypeDescription
Value.ValueType
Overrides