public class ParameterLong extends ParameterNumber<java.lang.Long>
defaultValue, value| Constructor and Description |
|---|
ParameterLong(io.netty.buffer.ByteBuf buf) |
ParameterLong(long defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
ParameterLong |
copy() |
boolean |
isByte() |
boolean |
isDouble() |
boolean |
isFloat() |
boolean |
isInt() |
boolean |
isLong() |
boolean |
isShort() |
protected java.lang.Long |
read(io.netty.buffer.ByteBuf buf) |
void |
setValue(@Nullable java.lang.Object value) |
protected void |
write(io.netty.buffer.ByteBuf buf,
java.lang.Long val) |
byteValue, defaultByteValue, defaultDoubleValue, defaultFloatValue, defaultIntValue, defaultLongValue, defaultShortValue, doubleValue, floatValue, getAsBoolean, getAsByte, getAsByte, getAsDouble, getAsDouble, getAsFloat, getAsFloat, getAsInt, getAsInt, getAsLong, getAsLong, getAsNumber, getAsShort, getAsShort, intValue, isBool, isList, isNumber, isPrimitive, isString, longValue, shortValueequals, getAsColor, getAsList, getAsNumber, getAsNumber, getAsNumber, getAsString, isDefault, toString, writepublic ParameterLong(long defaultValue)
public ParameterLong(io.netty.buffer.ByteBuf buf)
public ParameterLong copy()
copy in class ParameterNumber<java.lang.Long>protected java.lang.Long read(io.netty.buffer.ByteBuf buf)
public void setValue(@Nullable
@Nullable java.lang.Object value)