public static enum CompassController.Property extends java.lang.Enum<CompassController.Property>
Enum Constant and Description |
---|
DIAMETER |
LATITUDE_IN_DEGREES |
LONGITUDE_IN_DEGREES |
NORTH_DIRECTION_IN_DEGREES |
TIME_ZONE |
VISIBLE |
X |
Y |
Modifier and Type | Method and Description |
---|---|
static CompassController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompassController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompassController.Property X
public static final CompassController.Property Y
public static final CompassController.Property DIAMETER
public static final CompassController.Property VISIBLE
public static final CompassController.Property NORTH_DIRECTION_IN_DEGREES
public static final CompassController.Property LATITUDE_IN_DEGREES
public static final CompassController.Property LONGITUDE_IN_DEGREES
public static final CompassController.Property TIME_ZONE
public static CompassController.Property[] values()
for (CompassController.Property c : CompassController.Property.values()) System.out.println(c);
public static CompassController.Property 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
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License