Public Member Functions | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.call.Input.Select Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.call.Input.Select:
Inheritance graph
[legend]

List of all members.

Public Member Functions

String getName ()
 Select ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "Input.Select"
static final
Parcelable.Creator< Select
CREATOR

Protected Member Functions

String parseOne (JsonNode node)
boolean returnsList ()
 Select (Parcel parcel)

Detailed Description

Select current item in GUI.

This class represents the API method Input.Select

This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 519 of file Input.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 531 of file Input.java.

Select current item in GUI.

Definition at line 552 of file Input.java.


Member Function Documentation

Definition at line 562 of file Input.java.

String org.xbmc.android.jsonrpc.api.call.Input.Select.parseOne ( JsonNode  node) [inline, protected]

Definition at line 557 of file Input.java.

Definition at line 567 of file Input.java.

void org.xbmc.android.jsonrpc.api.call.Input.Select.writeToParcel ( Parcel  parcel,
int  flags 
) [inline]

Definition at line 523 of file Input.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.Input.Select.API_TYPE = "Input.Select" [static]

Definition at line 520 of file Input.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 538 of file Input.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