public enum TiltAngle extends Enum<TiltAngle> implements org.fujion.ancillary.IEnumWithValue
| Enum Constant and Description |
|---|
FORTY_FIVE |
ZERO |
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static TiltAngle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiltAngle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TiltAngle ZERO
public static final TiltAngle FORTY_FIVE
public static TiltAngle[] values()
for (TiltAngle c : TiltAngle.values()) System.out.println(c);
public static TiltAngle 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 nullpublic int value()
value in interface org.fujion.ancillary.IEnumWithValueCopyright © 2023 Fujion Framework. All rights reserved.