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

List of all members.

Public Member Functions

int describeContents ()
 Skin (String id, String name)
 Skin (JsonNode node)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final String id
final String name

Static Public Attributes

static final
Parcelable.Creator< Skin
CREATOR
static final String ID = "id"
static final String NAME = "name"

Protected Member Functions

 Skin (Parcel parcel)

Static Package Functions

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


Constructor & Destructor Documentation

Parameters:
id
name

Definition at line 169 of file GUIModel.java.

Construct from JSON object.

Parameters:
nodeJSON object representing a Skin object

Definition at line 178 of file GUIModel.java.

Construct via parcel.

Definition at line 222 of file GUIModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 242 of file GUIModel.java.

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

Extracts a list of Skin 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 196 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 184 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 214 of file GUIModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 230 of file GUIModel.java.

Definition at line 158 of file GUIModel.java.

Definition at line 162 of file GUIModel.java.

Definition at line 159 of file GUIModel.java.

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