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