Verwendungen von Enum-Klasse
org.freedesktop.dbus.annotations.DBusProperty.Access
Package
Beschreibung
-
Verwendungen von DBusProperty.Access in org.freedesktop.dbus.annotations
Modifizierer und TypMethodeBeschreibungstatic DBusProperty.Access
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static DBusProperty.Access[]
DBusProperty.Access.values()
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück. -
Verwendungen von DBusProperty.Access in org.freedesktop.dbus.messages
Modifizierer und TypMethodeBeschreibungprotected String
ExportedObject.generatePropertyXml
(String _propertyName, Class<?> _propertyTypeClass, DBusProperty.Access _access) Generates the introspection data for the single property. -
Verwendungen von DBusProperty.Access in org.freedesktop.dbus.propertyref
Modifizierer und TypMethodeBeschreibungstatic DBusProperty.Access
PropertyRef.accessForMethod
(Method _method) PropertyRef.getAccess()
ModifiziererKonstruktorBeschreibungPropertyRef
(String _name, Class<?> _type, DBusProperty.Access _access)