Package org.yamcs.xtce
Class ValueEnumerationRange
- java.lang.Object
-
- org.yamcs.xtce.ValueEnumerationRange
-
- All Implemented Interfaces:
Serializable
public class ValueEnumerationRange extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueEnumerationRange(double min, double max, boolean isMinInclusive, boolean isMaxInclusive, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetLabel()booleanisValueInRange(long value)voidsetDescription(String description)
-
-
-
Constructor Detail
-
ValueEnumerationRange
public ValueEnumerationRange(double min, double max, boolean isMinInclusive, boolean isMaxInclusive, String label)
-
-