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()doublegetMax()doublegetMin()booleanisValueInRange(long value) voidsetDescription(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()
-