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