Uses of Class
org.guvnor.common.services.shared.message.Level
-
Packages that use Level Package Description org.guvnor.common.services.shared.message org.guvnor.common.services.shared.validation.model -
-
Uses of Level in org.guvnor.common.services.shared.message
Methods in org.guvnor.common.services.shared.message that return Level Modifier and Type Method Description static LevelLevel. valueOf(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. -
Uses of Level in org.guvnor.common.services.shared.validation.model
Methods in org.guvnor.common.services.shared.validation.model that return Level Modifier and Type Method Description LevelValidationMessage. getLevel()Methods in org.guvnor.common.services.shared.validation.model with parameters of type Level Modifier and Type Method Description voidValidationMessage. setLevel(Level level)Constructors in org.guvnor.common.services.shared.validation.model with parameters of type Level Constructor Description ValidationMessage(long id, Level level, int line, int column, String text)ValidationMessage(long id, Level level, org.uberfire.backend.vfs.Path path, int line, int column, String text)ValidationMessage(Level level, String text)
-