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