Uses of Enum
org.yamcs.xtce.CommandVerifier.Type
Packages that use CommandVerifier.Type
-
Uses of CommandVerifier.Type in org.yamcs.xtce
Methods in org.yamcs.xtce that return CommandVerifier.TypeModifier and TypeMethodDescriptionCommandVerifier.getType()static CommandVerifier.TypeReturns 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.TypeModifierConstructorDescriptionCommandVerifier(CommandVerifier.Type type, String stage) CommandVerifier(CommandVerifier.Type type, String stage, CheckWindow checkWindow)