public static final class InspcDataExchangeAccess.InspcSetValue
extends ByteDataAccessBase
InspcDataExchangeAccess.Inspcitem
with InspcDataExchangeAccess.Inspcitem.kSetValueByPath
InspcSetValue::= <@0+6#?pwd> <@7+1#?type> [<@8+4 empty> <@12+4#?long> | ...].
Modifier and Type | Field and Description |
---|---|
private static int |
kType |
static int |
sizeofElement |
Constructor and Description |
---|
InspcSetValue() |
Modifier and Type | Method and Description |
---|---|
byte |
getByte() |
double |
getDouble() |
float |
getFloat()
A float value is provided in the bytes 8..11 in Big endian.
|
int |
getInt()
A long value is provided in the bytes 8..15 in Big endian.
|
long |
getLong()
A long value is provided in the bytes 8..15 in Big endian.
|
long |
getPwd()
Gets a password for access control.
|
short |
getShort() |
short |
getType()
Returns the type stored in byte 7 in range 0...255.
|
void |
setBool(int value)
Sets a byte value.
|
void |
setByte(int value)
Sets a byte value.
|
void |
setDouble(double value)
Sets a double value.
|
void |
setFloat(float value)
Sets a float value.
|
void |
setFloatIntImage(int value)
Sets a float value given by a int image.
|
void |
setInt(int value)
Sets a int32 value.
|
void |
setLong(long value)
Sets a long value (int64).
|
void |
setPwd(int pwd) |
void |
setShort(int value)
Sets a short value.
|
public static final int sizeofElement
private static final int kType
public final long getPwd()
public final void setPwd(int pwd)
public final short getType()
InspcDataExchangeAccess.kScalarTypes
+ one of ClassJc.REFLECTION_float
etc.
or maybe 0..InspcDataExchangeAccess.kLengthAndString
or InspcDataExchangeAccess.kReferenceAddr
public final byte getByte()
public final short getShort()
public final int getInt()
public final long getLong()
public final float getFloat()
public final double getDouble()
public final void setBool(int value)
public final void setByte(int value)
public final void setShort(int value)
public final void setInt(int value)
public final void setLong(long value)
public final void setFloat(float value)
public final void setFloatIntImage(int value)
public final void setDouble(double value)