Uses of Class
de.tubs.pandemieinc.Strength
-
Packages that use Strength Package Description de.tubs.pandemieinc -
-
Uses of Strength in de.tubs.pandemieinc
Fields in de.tubs.pandemieinc declared as Strength Modifier and Type Field Description StrengthCity. awarenessStrengthPathogen. durationStrengthCity. economyStrengthCity. governmentStrengthCity. hygieneStrengthPathogen. infectivityStrengthPathogen. lethalityStrengthPathogen. mobilityMethods in de.tubs.pandemieinc that return Strength Modifier and Type Method Description static StrengthStrength. fromString(String value)Parse the Strength from the given String.static StrengthStrength. valueOf(String name)Returns the enum constant of this type with the specified name.static Strength[]Strength. values()Returns an array containing the constants of this enum type, in the order they are declared.
-