Uses of Class
org.omnifaces.persistence.model.SoftDeletable.Type
-
Packages that use SoftDeletable.Type Package Description org.omnifaces.persistence.model -
-
Uses of SoftDeletable.Type in org.omnifaces.persistence.model
Methods in org.omnifaces.persistence.model that return SoftDeletable.Type Modifier and Type Method Description SoftDeletable.Typetype()Returns The soft deletable type.static SoftDeletable.TypeSoftDeletable.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SoftDeletable.Type[]SoftDeletable.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-