Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Static Package Functions
org.xbmc.android.jsonrpc.api.model.GUIModel.PropertyValue.Currentcontrol Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.model.GUIModel.PropertyValue.Currentcontrol:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Currentcontrol (String label)
 Currentcontrol (JsonNode node)
int describeContents ()
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final String label

Static Public Attributes

static final
Parcelable.Creator
< Currentcontrol
CREATOR
static final String LABEL = "label"

Protected Member Functions

 Currentcontrol (Parcel parcel)

Static Package Functions

static List< CurrentcontrolgetGUIModelCurrentcontrolList (JsonNode node, String key)

Detailed Description

Note: This class is used as result only.
This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 347 of file GUIModel.java.


Constructor & Destructor Documentation

Parameters:
label

Definition at line 358 of file GUIModel.java.

Construct from JSON object.

Parameters:
nodeJSON object representing a Currentcontrol object

Definition at line 366 of file GUIModel.java.

Construct via parcel.

Definition at line 407 of file GUIModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 426 of file GUIModel.java.

static List<Currentcontrol> org.xbmc.android.jsonrpc.api.model.GUIModel.PropertyValue.Currentcontrol.getGUIModelCurrentcontrolList ( JsonNode  node,
String  key 
) [inline, static, package]

Extracts a list of Currentcontrol objects from a JSON array.

Parameters:
nodeObjectNode containing the list of objects.
keyKey pointing to the node where the list is stored.

Definition at line 382 of file GUIModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Implements org.xbmc.android.jsonrpc.api.JsonSerializable.

Definition at line 371 of file GUIModel.java.

Flatten this object into a Parcel.

Parameters:
parcelthe Parcel in which the object should be written.
flagsadditional flags about how the object should be written.

Implements android.os.Parcelable.

Definition at line 400 of file GUIModel.java.


Member Data Documentation

Initial value:
 new Parcelable.Creator<Currentcontrol>() {
                                @Override
                                public Currentcontrol createFromParcel(Parcel parcel) {
                                        return new Currentcontrol(parcel);
                                }
                                @Override
                                public Currentcontrol[] newArray(int n) {
                                        return new Currentcontrol[n];
                                }
                        }

Generates instances of this Parcelable class from a Parcel.

Definition at line 414 of file GUIModel.java.

Definition at line 350 of file GUIModel.java.

Definition at line 353 of file GUIModel.java.


The documentation for this class was generated from the following file:


smarthome_media_kodi_driver
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Thu Jun 6 2019 21:03:50