Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.model.ListModel.FilterRule.Value Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.model.ListModel.FilterRule.Value:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int describeContents ()
JsonNode toJsonNode ()
 Value (String stringArg)
 Value (List< String > stringArgList)
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final String stringArg
final List< String > stringArgList

Static Public Attributes

static final
Parcelable.Creator< Value
CREATOR

Protected Member Functions

 Value (Parcel parcel)

Detailed Description

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

Definition at line 1335 of file ListModel.java.


Constructor & Destructor Documentation

Parameters:
stringArg

Definition at line 1344 of file ListModel.java.

org.xbmc.android.jsonrpc.api.model.ListModel.FilterRule.Value.Value ( List< String >  stringArgList) [inline]
Parameters:
stringArgList

Definition at line 1352 of file ListModel.java.

Construct via parcel.

Definition at line 1389 of file ListModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 1413 of file ListModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 1358 of file ListModel.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 1378 of file ListModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 1401 of file ListModel.java.

Definition at line 1338 of file ListModel.java.

Definition at line 1339 of file ListModel.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