Serializable
, Comparable<ProfileOrganizer.Slice>
public static enum ProfileOrganizer.Slice extends Enum<ProfileOrganizer.Slice>
Enum Constant | Description |
---|---|
SLICE_0 |
|
SLICE_0_1 |
|
SLICE_1 |
|
SLICE_2 |
|
SLICE_2_3 |
|
SLICE_3 |
|
SLICE_ALL |
Modifier and Type | Field | Description |
---|---|---|
(package private) int |
mask |
|
(package private) int |
val |
Modifier and Type | Method | Description |
---|---|---|
static ProfileOrganizer.Slice |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ProfileOrganizer.Slice[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileOrganizer.Slice SLICE_ALL
public static final ProfileOrganizer.Slice SLICE_0_1
public static final ProfileOrganizer.Slice SLICE_2_3
public static final ProfileOrganizer.Slice SLICE_0
public static final ProfileOrganizer.Slice SLICE_1
public static final ProfileOrganizer.Slice SLICE_2
public static final ProfileOrganizer.Slice SLICE_3
public static ProfileOrganizer.Slice[] values()
for (ProfileOrganizer.Slice c : ProfileOrganizer.Slice.values()) System.out.println(c);
public static ProfileOrganizer.Slice valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null