-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
@Deprecated() public class GenerationTypeValue implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description private intvalueprivate GenerationTypetypepublic final static Parcelable.Creator<GenerationTypeValue>CREATOR
-
Constructor Summary
Constructors Constructor Description GenerationTypeValue(int val)
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)intgetValue()GenerationTypegetType()voidsetValue(int value)voidsetType(GenerationType type)-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getValue
int getValue()
-
getType
GenerationType getType()
-
setValue
void setValue(int value)
-
setType
void setType(GenerationType type)
-
-
-
-