static class Conversions.ConversionType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
from |
private java.lang.Integer |
to |
Constructor and Description |
---|
ConversionType(com.serotonin.bacnet4j.type.enumerated.EngineeringUnits from,
com.serotonin.bacnet4j.type.enumerated.EngineeringUnits to) |
ConversionType(java.lang.Integer from,
java.lang.Integer to) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getFrom() |
java.lang.Integer |
getTo() |