Class PropertyRef
java.lang.Object
org.freedesktop.dbus.propertyref.PropertyRef
Contains the same information as a
DBusBoundProperty, but as a POJO. Use
internally when dealing with properties that are derived from methods annotated
with said annotation.- Since:
- 5.0.0 - 2023-10-20
- Author:
- Brett Smith
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyRef(String _name, Class<?> _type, DBusProperty.Access _access) PropertyRef(String _name, Class<?> _type, DBusProperty.Access _access, PropertiesEmitsChangedSignal.EmitChangeSignal _emitChangeSignal) PropertyRef(DBusProperty _property) -
Method Summary
Modifier and TypeMethodDescriptionstatic DBusProperty.AccessaccessForMethod(Method _method) static voidcheckMethod(Method _method) booleangetName()Class<?> getType()inthashCode()static Class<?> typeForMethod(Method _method)
-
Constructor Details
-
PropertyRef
-
PropertyRef
public PropertyRef(String _name, Class<?> _type, DBusProperty.Access _access, PropertiesEmitsChangedSignal.EmitChangeSignal _emitChangeSignal) -
PropertyRef
-
-
Method Details
-
hashCode
-
equals
-
getName
-
getType
-
getAccess
-
getEmitChangeSignal
-
accessForMethod
-
typeForMethod
-
checkMethod
-