|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DBus.Properties
A standard properties interface.
Method Summary | ||
---|---|---|
|
Get(java.lang.String interface_name,
java.lang.String property_name)
Get the value for the given property. |
|
java.util.Map<java.lang.String,Variant> |
GetAll(java.lang.String interface_name)
Get all properties and values. |
|
|
Set(java.lang.String interface_name,
java.lang.String property_name,
A value)
Set the value for the given property. |
Methods inherited from interface org.freedesktop.dbus.DBusInterface |
---|
isRemote |
Method Detail |
---|
<A> A Get(java.lang.String interface_name, java.lang.String property_name)
interface_name
- The interface this property is associated with.property_name
- The name of the property.
<A> void Set(java.lang.String interface_name, java.lang.String property_name, A value)
interface_name
- The interface this property is associated with.property_name
- The name of the property.value
- The new value of the property (may be any valid DBus type).java.util.Map<java.lang.String,Variant> GetAll(java.lang.String interface_name)
interface_name
- The interface the properties is associated with.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |