public abstract class ModbusValue extends Object
| 构造器和说明 |
|---|
ModbusValue(DataType type,
Object value) |
| 限定符和类型 | 方法和说明 |
|---|---|
BigInteger |
bigIntegerValue() |
boolean |
booleanValue() |
double |
doubleValue() |
float |
floatValue() |
DataType |
getType() |
Object |
getValue() |
int |
intValue() |
long |
longValue() |
public DataType getType()
public Object getValue()
public boolean booleanValue()
public int intValue()
public long longValue()
public BigInteger bigIntegerValue()
public float floatValue()
public double doubleValue()
Copyright © 2018. All rights reserved.