org.android.activityminer.model.features
Class ParcelableFeatureTypeSets

Package class diagram package ParcelableFeatureTypeSets
java.lang.Object
  extended by org.android.activityminer.model.features.ParcelableFeatureTypeSets
All Implemented Interfaces:
Parcelable

public class ParcelableFeatureTypeSets
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<ParcelableFeatureTypeSets> CREATOR
          The Parcelable creator.
private  Set<Set<FeatureTypes>> featureSets
          The set of feature sets
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
ParcelableFeatureTypeSets(Parcel source)
          Constructor
ParcelableFeatureTypeSets(Set<Set<FeatureTypes>> featureSets)
          Constructor
 
Method Summary
 int describeContents()
           
 Set<Set<FeatureTypes>> getFeatureSets()
          Getter for the feature sets
 void setFeatureSets(Set<Set<FeatureTypes>> featureSets)
          Setter for the feature sets
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

featureSets

private Set<Set<FeatureTypes>> featureSets
The set of feature sets


CREATOR

public static final Parcelable.Creator<ParcelableFeatureTypeSets> CREATOR
The Parcelable creator.

Constructor Detail

ParcelableFeatureTypeSets

public ParcelableFeatureTypeSets(Set<Set<FeatureTypes>> featureSets)
Constructor

Parameters:
featureSets - the feature sets

ParcelableFeatureTypeSets

public ParcelableFeatureTypeSets(Parcel source)
Constructor

Parameters:
source - the parcelable source to create from
Method Detail

setFeatureSets

public void setFeatureSets(Set<Set<FeatureTypes>> featureSets)
Setter for the feature sets

Parameters:
featureSets - the feature sets to set

getFeatureSets

public Set<Set<FeatureTypes>> getFeatureSets()
Getter for the feature sets

Returns:
the feature sets

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable