public class XTCEValidRange extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getHighValue()
Retrieve the high valid valid in the allowable range.
|
String |
getLowValue()
Retrieve the low valid valid in the allowable range.
|
boolean |
isHighValueCalibrated()
Retrieve the flag indicating if the high value should be applied to the
calibrated or the raw value.
|
boolean |
isHighValueInclusive()
Retrieve the flag indicating if the high value should be applied as
inclusive or exclusive.
|
boolean |
isLowValueCalibrated()
Retrieve the flag indicating if the low value should be applied to the
calibrated or the raw value.
|
boolean |
isLowValueInclusive()
Retrieve the flag indicating if the low value should be applied as
inclusive or exclusive.
|
boolean |
isValidRangeApplied()
Retrieve the flag indicating if there is currently a ValidRange element
applied to the type represented in this object.
|
public final boolean isValidRangeApplied()
public final String getLowValue()
public final String getHighValue()
public final boolean isLowValueInclusive()
public final boolean isHighValueInclusive()
public final boolean isLowValueCalibrated()
public final boolean isHighValueCalibrated()
Copyright © 2015–2019. All rights reserved.