Uses of Class
systems.dmx.core.service.CriticalityLevel
-
Packages that use CriticalityLevel Package Description systems.dmx.core.service -
-
Uses of CriticalityLevel in systems.dmx.core.service
Methods in systems.dmx.core.service that return CriticalityLevel Modifier and Type Method Description CriticalityLevel
DMXException. getLevel()
static CriticalityLevel
CriticalityLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static CriticalityLevel[]
CriticalityLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in systems.dmx.core.service with parameters of type CriticalityLevel Constructor Description DMXException(String message, CriticalityLevel level)
-