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()doublegetMax()booleandoublegetMin()booleandoublebooleanisValueInRange(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() -
getMinInclusive
public boolean getMinInclusive() -
getMaxInclusive
public boolean getMaxInclusive() -
getOneInRange
public double getOneInRange()
-