-
- 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 int
value
private GenerationType
type
public final static Parcelable.Creator<GenerationTypeValue>
CREATOR
-
Constructor Summary
Constructors Constructor Description GenerationTypeValue(int val)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
int
getValue()
GenerationType
getType()
void
setValue(int value)
void
setType(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)
-
-
-
-