Uses of Class
org.yamcs.xtce.CommandVerifier.Type
-
Packages that use CommandVerifier.Type Package Description org.yamcs.xtce -
-
Uses of CommandVerifier.Type in org.yamcs.xtce
Methods in org.yamcs.xtce that return CommandVerifier.Type Modifier and Type Method Description CommandVerifier.TypeCommandVerifier. getType()static CommandVerifier.TypeCommandVerifier.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandVerifier.Type[]CommandVerifier.Type. 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 CommandVerifier.Type Constructor Description CommandVerifier(CommandVerifier.Type type, String stage)CommandVerifier(CommandVerifier.Type type, String stage, CheckWindow checkWindow)
-