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

List of all members.

Classes

class  Revision
interface  Tag

Public Member Functions

int describeContents ()
JsonNode toJsonNode ()
 Version (Integer major, Integer minor, Revision revision, String tag)
 Version (JsonNode node)
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer major
final Integer minor
final Revision revision
final String tag

Static Public Attributes

static final
Parcelable.Creator< Version
CREATOR
static final String MAJOR = "major"
static final String MINOR = "minor"
static final String REVISION = "revision"
static final String TAG = "tag"

Protected Member Functions

 Version (Parcel parcel)

Static Package Functions

static List< VersiongetApplicationModelVersionList (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 157 of file ApplicationModel.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.model.ApplicationModel.PropertyValue.Version.Version ( Integer  major,
Integer  minor,
Revision  revision,
String  tag 
) [inline]
Parameters:
major
minor
revision
tagOne of: prealpha, alpha, beta, releasecandidate, stable. See constants at ApplicationModel.Version.Tag.

Definition at line 177 of file ApplicationModel.java.

Construct from JSON object.

Parameters:
nodeJSON object representing a Version object

Definition at line 188 of file ApplicationModel.java.

Construct via parcel.

Definition at line 238 of file ApplicationModel.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 260 of file ApplicationModel.java.

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

Extracts a list of Version 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 210 of file ApplicationModel.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 196 of file ApplicationModel.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 228 of file ApplicationModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 248 of file ApplicationModel.java.

Definition at line 160 of file ApplicationModel.java.

Definition at line 166 of file ApplicationModel.java.

Definition at line 161 of file ApplicationModel.java.

Definition at line 167 of file ApplicationModel.java.

Definition at line 162 of file ApplicationModel.java.

Definition at line 168 of file ApplicationModel.java.

Definition at line 163 of file ApplicationModel.java.

Definition at line 169 of file ApplicationModel.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