Uses of Class
net.n2oapp.framework.api.metadata.global.dao.validation.N2oValidation.Level
-
Packages that use N2oValidation.Level Package Description net.n2oapp.framework.api.metadata.global.dao.validation -
-
Uses of N2oValidation.Level in net.n2oapp.framework.api.metadata.global.dao.validation
Methods in net.n2oapp.framework.api.metadata.global.dao.validation that return N2oValidation.Level Modifier and Type Method Description N2oValidation.LevelN2oValidation. getLevel()static N2oValidation.LevelN2oValidation.Level. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static N2oValidation.Level[]N2oValidation.Level. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.n2oapp.framework.api.metadata.global.dao.validation with parameters of type N2oValidation.Level Modifier and Type Method Description voidN2oValidation. setLevel(N2oValidation.Level level)
-