public enum LabelDescriptorCategory extends java.lang.Enum<LabelDescriptorCategory> implements android.os.Parcelable
| Enum Constant and Description |
|---|
APPLICATION |
HUMAN |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<LabelDescriptorCategory> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static LabelDescriptorCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelDescriptorCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final LabelDescriptorCategory HUMAN
public static final LabelDescriptorCategory APPLICATION
public static final android.os.Parcelable.Creator<LabelDescriptorCategory> CREATOR
public static LabelDescriptorCategory[] values()
for (LabelDescriptorCategory c : LabelDescriptorCategory.values()) System.out.println(c);
public static LabelDescriptorCategory valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic int describeContents()
describeContents in interface android.os.Parcelable