Uses of Class
de.caluga.morphium.annotations.SafetyLevel
-
Packages that use SafetyLevel Package Description de.caluga.morphium.annotations -
-
Uses of SafetyLevel in de.caluga.morphium.annotations
Methods in de.caluga.morphium.annotations that return SafetyLevel Modifier and Type Method Description SafetyLevellevel()static SafetyLevelSafetyLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SafetyLevel[]SafetyLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-