public class ParameterShort extends ParameterNumber<java.lang.Short>
defaultValue, value| Constructor and Description |
|---|
ParameterShort(io.netty.buffer.ByteBuf buf) |
ParameterShort(short defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
ParameterShort |
copy() |
boolean |
isByte() |
boolean |
isDouble() |
boolean |
isFloat() |
boolean |
isInt() |
boolean |
isLong() |
boolean |
isShort() |
protected java.lang.Short |
read(io.netty.buffer.ByteBuf buf) |
void |
setValue(@Nullable java.lang.Object value) |
protected void |
write(io.netty.buffer.ByteBuf buf,
java.lang.Short 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 ParameterShort(short defaultValue)
public ParameterShort(io.netty.buffer.ByteBuf buf)
public ParameterShort copy()
copy in class ParameterNumber<java.lang.Short>protected java.lang.Short read(io.netty.buffer.ByteBuf buf)
public void setValue(@Nullable
@Nullable java.lang.Object value)