Uses of Enum
org.yamcs.xtce.Significance.Levels
Packages that use Significance.Levels
-
Uses of Significance.Levels in org.yamcs.xtce
Methods in org.yamcs.xtce that return Significance.LevelsModifier and TypeMethodDescriptionstatic Significance.LevelsSignificance.Levels.fromString(String value) Significance.getConsequenceLevel()static Significance.LevelsReturns the enum constant of this type with the specified name.static Significance.Levels[]Significance.Levels.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yamcs.xtce with parameters of type Significance.LevelsModifier and TypeMethodDescriptionbooleanSignificance.Levels.isMoreSevere(Significance.Levels other) Constructors in org.yamcs.xtce with parameters of type Significance.LevelsModifierConstructorDescriptionSignificance(Significance.Levels consequenceLevel, String reasonForWarning)