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

List of all members.

Public Member Functions

 Currentwindow (Integer id, String label)
 Currentwindow (JsonNode node)
int describeContents ()
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer id
final String label

Static Public Attributes

static final
Parcelable.Creator
< Currentwindow
CREATOR
static final String ID = "id"
static final String LABEL = "label"

Protected Member Functions

 Currentwindow (Parcel parcel)

Static Package Functions

static List< CurrentwindowgetGUIModelCurrentwindowList (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 251 of file GUIModel.java.


Constructor & Destructor Documentation

Parameters:
id
label

Definition at line 265 of file GUIModel.java.

Construct from JSON object.

Parameters:
nodeJSON object representing a Currentwindow object

Definition at line 274 of file GUIModel.java.

Construct via parcel.

Definition at line 318 of file GUIModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 338 of file GUIModel.java.

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

Extracts a list of Currentwindow 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 292 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 280 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 310 of file GUIModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 326 of file GUIModel.java.

Definition at line 254 of file GUIModel.java.

Definition at line 258 of file GUIModel.java.

Definition at line 255 of file GUIModel.java.

Definition at line 259 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