Uses of Enum Class
org.freedesktop.dbus.annotations.DBusProperty.Access
Packages that use DBusProperty.Access
Package
Description
-
Uses of DBusProperty.Access in org.freedesktop.dbus.annotations
Subclasses with type arguments of type DBusProperty.Access in org.freedesktop.dbus.annotationsMethods in org.freedesktop.dbus.annotations that return DBusProperty.AccessModifier and TypeMethodDescriptionstatic DBusProperty.AccessReturns the enum constant of this class with the specified name.static DBusProperty.Access[]DBusProperty.Access.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DBusProperty.Access in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages with parameters of type DBusProperty.AccessModifier and TypeMethodDescriptionprotected StringExportedObject.generatePropertyXml(String _propertyName, Class<?> _propertyTypeClass, DBusProperty.Access _access, PropertiesEmitsChangedSignal.EmitChangeSignal _emitChangeSignal) Generates the introspection data for the single property. -
Uses of DBusProperty.Access in org.freedesktop.dbus.propertyref
Methods in org.freedesktop.dbus.propertyref that return DBusProperty.AccessModifier and TypeMethodDescriptionstatic DBusProperty.AccessPropertyRef.accessForMethod(Method _method) PropertyRef.getAccess()Constructors in org.freedesktop.dbus.propertyref with parameters of type DBusProperty.AccessModifierConstructorDescriptionPropertyRef(String _name, Class<?> _type, DBusProperty.Access _access) PropertyRef(String _name, Class<?> _type, DBusProperty.Access _access, PropertiesEmitsChangedSignal.EmitChangeSignal _emitChangeSignal)