Uses of Enum Class
org.openhab.core.config.core.status.ConfigStatusMessage.Type
Packages that use ConfigStatusMessage.Type
-
Uses of ConfigStatusMessage.Type in org.openhab.core.config.core.status
Fields in org.openhab.core.config.core.status declared as ConfigStatusMessage.TypeModifier and TypeFieldDescriptionfinal ConfigStatusMessage.TypeConfigStatusMessage.typeTheConfigStatusMessage.Typeof the configuration status message.Methods in org.openhab.core.config.core.status that return ConfigStatusMessage.TypeModifier and TypeMethodDescriptionstatic ConfigStatusMessage.TypeReturns the enum constant of this class with the specified name.static ConfigStatusMessage.Type[]ConfigStatusMessage.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.config.core.status with parameters of type ConfigStatusMessage.TypeModifier and TypeMethodDescriptionConfigStatusInfo.getConfigStatusMessages(ConfigStatusMessage.Type... types) Retrieves all configuration status messages that have one of the given types.Method parameters in org.openhab.core.config.core.status with type arguments of type ConfigStatusMessage.TypeModifier and TypeMethodDescriptionConfigStatusInfo.getConfigStatusMessages(Collection<ConfigStatusMessage.Type> types, Collection<String> parameterNames) Retrieves all configuration status messages that have one of the given parameter names or types.