Uses of Class
org.yamcs.xtce.IntegerValidRange
-
Packages that use IntegerValidRange Package Description org.yamcs.xtce -
-
Uses of IntegerValidRange in org.yamcs.xtce
Methods in org.yamcs.xtce that return IntegerValidRange Modifier and Type Method Description IntegerValidRangeIntegerDataType. getValidRange()returns the range for the values of this type to be valid or null if there is no range set (meaning that all values are valid)Methods in org.yamcs.xtce with parameters of type IntegerValidRange Modifier and Type Method Description TIntegerDataType.Builder. setValidRange(IntegerValidRange range)
-