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

List of all members.

Classes

class  Currentcontrol
class  Currentwindow
class  Skin

Public Member Functions

int describeContents ()
 PropertyValue (Currentcontrol currentcontrol, Currentwindow currentwindow, Boolean fullscreen, Skin skin)
 PropertyValue (JsonNode node)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Currentcontrol currentcontrol
final Currentwindow currentwindow
final Boolean fullscreen
final Skin skin

Static Public Attributes

static final String API_TYPE = "GUI.Property.Value"
static final
Parcelable.Creator
< PropertyValue
CREATOR
static final String CURRENTCONTROL = "currentcontrol"
static final String CURRENTWINDOW = "currentwindow"
static final String FULLSCREEN = "fullscreen"
static final String SKIN = "skin"

Protected Member Functions

 PropertyValue (Parcel parcel)

Static Package Functions

static List< PropertyValuegetGUIModelPropertyValueList (JsonNode node, String key)

Detailed Description

API Name: GUI.Property.Value

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

Definition at line 43 of file GUIModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.GUIModel.PropertyValue.PropertyValue ( Currentcontrol  currentcontrol,
Currentwindow  currentwindow,
Boolean  fullscreen,
Skin  skin 
) [inline]
Parameters:
currentcontrol
currentwindow
fullscreen
skin

Definition at line 64 of file GUIModel.java.

Construct from JSON object.

Parameters:
nodeJSON object representing a PropertyValue object

Definition at line 75 of file GUIModel.java.

Construct via parcel.

Definition at line 125 of file GUIModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 147 of file GUIModel.java.

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

Extracts a list of PropertyValue 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 97 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 83 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 115 of file GUIModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.GUIModel.PropertyValue.API_TYPE = "GUI.Property.Value" [static]

Definition at line 44 of file GUIModel.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 135 of file GUIModel.java.

Definition at line 47 of file GUIModel.java.

Definition at line 53 of file GUIModel.java.

Definition at line 48 of file GUIModel.java.

Definition at line 54 of file GUIModel.java.

Definition at line 49 of file GUIModel.java.

Definition at line 55 of file GUIModel.java.

Definition at line 50 of file GUIModel.java.

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