类 ModbusValue
java.lang.Object
com.huangjian.modbus4j.value.ModbusValue
Abstract ModbusValue class.
-
构造器详细资料
-
方法详细资料
-
getType
Getter for the field
type.- 返回:
- a
DataTypeobject.
-
getValue
Getter for the field
value.- 返回:
- a
Objectobject.
-
booleanValue
public boolean booleanValue()booleanValue.
- 返回:
- a boolean.
-
intValue
public int intValue()intValue.
- 返回:
- a int.
-
longValue
public long longValue()longValue.
- 返回:
- a long.
-
bigIntegerValue
bigIntegerValue.
- 返回:
- a
BigIntegerobject.
-
floatValue
public float floatValue()floatValue.
- 返回:
- a float.
-
doubleValue
public double doubleValue()doubleValue.
- 返回:
- a double.
-