Uses of Class
org.yamcs.xtce.Significance.Levels
-
Packages that use Significance.Levels Package Description org.yamcs.xtce -
-
Uses of Significance.Levels in org.yamcs.xtce
Methods in org.yamcs.xtce that return Significance.Levels Modifier and Type Method Description static Significance.LevelsSignificance.Levels. fromString(String value)Significance.LevelsSignificance. getConsequenceLevel()static Significance.LevelsSignificance.Levels. valueOf(String name)Returns 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.Levels Modifier and Type Method Description booleanSignificance.Levels. isMoreSevere(Significance.Levels other)Constructors in org.yamcs.xtce with parameters of type Significance.Levels Constructor Description Significance(Significance.Levels consequenceLevel, String reasonForWarning)
-