List of usage examples for android.os Parcelable interface-usage
From source file br.ufrj.ppgi.jemf.mobile.bean.Mission.java
/** * @author Marcus Machado * */ public class Mission extends AbstractMission implements Parcelable, Comparable<Mission> {
From source file com.eTilbudsavis.etasdk.model.Share.java
public class Share implements Comparable<Share>, SyncState<Share>, IJson<JSONObject>, Serializable, Parcelable { public static final String TAG = Eta.TAG_PREFIX + Share.class.getSimpleName(); private static final long serialVersionUID = -9184865445908448266L;
From source file tv.yatse.plugin.avreceiver.api.PluginCustomCommand.java
/** * The type PluginCustomCommand. * <p/> * This is the definition of custom commands that plugins can use to allow integration in Yatse. */ @SuppressWarnings("unused")
From source file com.facebook.notifications.internal.configuration.CardConfiguration.java
public class CardConfiguration implements Parcelable { public enum CardSize implements Parcelable { Invalid, Small, Medium, Large; public static final Creator<CardSize> CREATOR = new EnumCreator<>(CardSize.class, values());
From source file com.vk.sdk.api.model.VKApiPhoto.java
/** * Describes a photo object from VK. */ public class VKApiPhoto extends VKAttachments.VKApiAttachment implements Parcelable, Identifiable { /**
From source file br.ufrj.ppgi.jemf.mobile.bean.Emergency.java
/** * @author Marcus Machado * */ public class Emergency extends AbstractEmergency implements Parcelable, Comparable<Emergency> {
From source file br.ufrj.ppgi.jemf.mobile.bean.Task.java
/** * @author Marcus Machado * */ public class Task extends AbstractTask implements Parcelable, Comparable<Task> {
From source file com.eTilbudsavis.etasdk.model.Store.java
/**
* <p>This class is a representation of a store as the API v2 exposes it</p>
*
* <p>More documentation available on via our
* <a href="http://engineering.etilbudsavis.dk/eta-api/pages/references/stores.html">Store Reference</a>
* documentation, on the engineering blog.
From source file com.nestlabs.sdk.Thermostat.java
/** * Thermostat represents and contains all properties of a Nest Thermostat. */ @JsonPropertyOrder(alphabetic = true) @JsonIgnoreProperties(ignoreUnknown = true) public class Thermostat extends Device implements Parcelable {
From source file com.vk.sdkweb.api.model.VKApiPhotoSize.java
/**
* Describes an photo info in <a href="http://vk.com/dev/photo_sizes">special format<a/>.
*
* Some methods returns information about copies of the original image in different sizes,
* Represented as an array of sizes, containing a description of the objects of this class.
*