Uses of Class
org.freedesktop.dbus.annotations.DBusProperty.Access
-
Packages that use DBusProperty.Access Package Description org.freedesktop.dbus.annotations -
-
Uses of DBusProperty.Access in org.freedesktop.dbus.annotations
Methods in org.freedesktop.dbus.annotations that return DBusProperty.Access Modifier and Type Method Description DBusProperty.Accessaccess()Property access typestatic DBusProperty.AccessDBusProperty.Access. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DBusProperty.Access[]DBusProperty.Access. values()Returns an array containing the constants of this enum type, in the order they are declared.
-