public static enum WearMapView.ScreenShape extends java.lang.Enum<WearMapView.ScreenShape>
| Enum Constant and Description |
|---|
RECTANGLE |
ROUND |
UNDETECTED |
| Modifier and Type | Method and Description |
|---|---|
static WearMapView.ScreenShape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WearMapView.ScreenShape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WearMapView.ScreenShape ROUND
public static final WearMapView.ScreenShape RECTANGLE
public static final WearMapView.ScreenShape UNDETECTED
public static WearMapView.ScreenShape[] values()
for (WearMapView.ScreenShape c : WearMapView.ScreenShape.values()) System.out.println(c);
public static WearMapView.ScreenShape 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 null