public static enum View.VIEW_TYPE extends Enum<View.VIEW_TYPE>
Enum Constant and Description |
---|
DOCKED
The docked.
|
FLOATING
The floating.
|
FLOATING_FREE
The floating free.
|
FLOATING_LIVE
The floating live.
|
SLIDING
The sliding.
|
Modifier and Type | Method and Description |
---|---|
static View.VIEW_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static View.VIEW_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final View.VIEW_TYPE SLIDING
public static final View.VIEW_TYPE FLOATING
public static final View.VIEW_TYPE DOCKED
public static final View.VIEW_TYPE FLOATING_FREE
public static final View.VIEW_TYPE FLOATING_LIVE
public static View.VIEW_TYPE[] values()
for (View.VIEW_TYPE c : View.VIEW_TYPE.values()) System.out.println(c);
public static View.VIEW_TYPE 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 nullCopyright © 2014 www.staniscia.net. All Rights Reserved.