Uses of Class
org.yamcs.xtce.CheckWindow.TimeWindowIsRelativeToType
-
Packages that use CheckWindow.TimeWindowIsRelativeToType Package Description org.yamcs.xtce -
-
Uses of CheckWindow.TimeWindowIsRelativeToType in org.yamcs.xtce
Methods in org.yamcs.xtce that return CheckWindow.TimeWindowIsRelativeToType Modifier and Type Method Description CheckWindow.TimeWindowIsRelativeToTypeCheckWindow. getTimeWindowIsRelativeTo()static CheckWindow.TimeWindowIsRelativeToTypeCheckWindow.TimeWindowIsRelativeToType. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckWindow.TimeWindowIsRelativeToType[]CheckWindow.TimeWindowIsRelativeToType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.yamcs.xtce with parameters of type CheckWindow.TimeWindowIsRelativeToType Constructor Description CheckWindow(long timeToStartChecking, long timeToStopChecking, CheckWindow.TimeWindowIsRelativeToType timeWindowIsRelativeTo)
-