Uses of Enum Class
org.freedesktop.dbus.matchrules.MatchRuleField
Packages that use MatchRuleField
-
Uses of MatchRuleField in org.freedesktop.dbus
Methods in org.freedesktop.dbus that return types with arguments of type MatchRuleFieldModifier and TypeMethodDescription(package private) static Map<MatchRuleField, String> Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MatchRuleField in org.freedesktop.dbus.matchrules
Fields in org.freedesktop.dbus.matchrules with type parameters of type MatchRuleFieldModifier and TypeFieldDescriptionprivate final Map<MatchRuleField, String> DBusMatchRule.fieldsprivate final Map<MatchRuleField, Map<Integer, String>> DBusMatchRule.multiValueFieldsprivate final Map<MatchRuleField, Map<Integer, String>> DBusMatchRuleBuilder.multiValueFieldsprivate final Map<MatchRuleField, String> DBusMatchRuleBuilder.valuesMethods in org.freedesktop.dbus.matchrules that return MatchRuleFieldModifier and TypeMethodDescriptionstatic MatchRuleFieldReturns the enum constant of this class with the specified name.static MatchRuleField[]MatchRuleField.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.freedesktop.dbus.matchrules that return types with arguments of type MatchRuleFieldModifier and TypeMethodDescriptionMethods in org.freedesktop.dbus.matchrules with parameters of type MatchRuleFieldModifier and TypeMethodDescriptionDBusMatchRule.getMultiValue(MatchRuleField _field) private DBusMatchRuleBuilderDBusMatchRuleBuilder.putOrRemove(MatchRuleField _field, String _val) Set or remove a value for a given field.private DBusMatchRuleBuilderDBusMatchRuleBuilder.withArgX(MatchRuleField _field, int _argId, String _argValue) Adds or remove a value of a field at index.Constructor parameters in org.freedesktop.dbus.matchrules with type arguments of type MatchRuleFieldModifierConstructorDescriptionprotectedDBusMatchRule(Map<MatchRuleField, String> _values, Map<MatchRuleField, Map<Integer, String>> _multiValues)