public enum Undefined extends java.lang.Enum<Undefined> implements Obj, NativeObject<Undefined>
| Enum Constant and Description |
|---|
VALUE |
| Modifier and Type | Method and Description |
|---|---|
Type |
getType() |
Undefined |
toNative() |
java.lang.String |
toString() |
static Undefined |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Undefined[] |
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, valueOfand, divide, divide, divide, get, getAttr, greaterThan, identity, invoke, invoke, isEqualTo, isNativeObject, lessThan, minus, minus, minus, mod, mod, mod, negate, negative, or, plus, plus, plus, pow, pow, pow, set, setAttr, slice, times, times, timespublic static final Undefined VALUE
public static final Type<java.lang.Void> TYPE
public static Undefined[] values()
for (Undefined c : Undefined.values()) System.out.println(c);
public static Undefined 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<Undefined>public Undefined toNative()
toNative in interface NativeObject<Undefined>toNative in interface Objnull if it doesn't implement the
NativeObject interface.