public enum TiltAngle extends Enum<TiltAngle> implements 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.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffromValue, transformForClientpublic 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 IEnumWithValueCopyright © 2018 Fujion Framework. All rights reserved.