Uses of Class
net.n2oapp.framework.api.exception.SeverityType
-
Packages that use SeverityType Package Description net.n2oapp.framework.api.exception net.n2oapp.framework.api.metadata.global.dao.validation net.n2oapp.framework.api.ui -
-
Uses of SeverityType in net.n2oapp.framework.api.exception
Methods in net.n2oapp.framework.api.exception that return SeverityType Modifier and Type Method Description static SeverityTypeSeverityType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SeverityType[]SeverityType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SeverityType in net.n2oapp.framework.api.metadata.global.dao.validation
Methods in net.n2oapp.framework.api.metadata.global.dao.validation that return SeverityType Modifier and Type Method Description SeverityTypeN2oValidation.Level. getSeverity()Deprecated. -
Uses of SeverityType in net.n2oapp.framework.api.ui
Methods in net.n2oapp.framework.api.ui with parameters of type SeverityType Modifier and Type Method Description voidResponseMessage. setSeverityType(SeverityType severity)
-