Package org.yamcs.xtce
Class ValueEnumerationRange
java.lang.Object
org.yamcs.xtce.ValueEnumerationRange
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValueEnumerationRange
(double min, double max, boolean isMinInclusive, boolean isMaxInclusive, String label) -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
double
getMax()
double
getMin()
boolean
isValueInRange
(long value) void
setDescription
(String description)
-
Constructor Details
-
ValueEnumerationRange
public ValueEnumerationRange(double min, double max, boolean isMinInclusive, boolean isMaxInclusive, String label)
-
-
Method Details
-
isValueInRange
public boolean isValueInRange(long value) -
getLabel
-
getDescription
-
setDescription
-
getMin
public double getMin() -
getMax
public double getMax()
-