Uses of Class
de.bsvrz.sys.usv.enums.BatterieZustand

Packages that use BatterieZustand
de.bsvrz.sys.usv.enums   
 

Uses of BatterieZustand in de.bsvrz.sys.usv.enums
 

Methods in de.bsvrz.sys.usv.enums that return BatterieZustand
static BatterieZustand BatterieZustand.findBatterieZustand(int value)
          Sucht den BatterieZustand entsprechend der übergebenen Ordinalzahl.
static BatterieZustand BatterieZustand.findBatterieZustand(String name)
          Sucht eine BatterieZustand entsprechend des übergebenen Namens.
static BatterieZustand BatterieZustand.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BatterieZustand[] BatterieZustand.values()
          Returns an array containing the constants of this enum type, in the order they are declared.