public enum V8ProxyMode extends java.lang.Enum<V8ProxyMode>
| Enum Constant and Description |
|---|
Class
Class mode.
|
Function
Function mode.
|
Object
Object mode.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isClassMode(java.lang.Class<?> objectClass)
Is class mode.
|
static V8ProxyMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static V8ProxyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V8ProxyMode Class
public static final V8ProxyMode Function
public static final V8ProxyMode Object
public static V8ProxyMode[] values()
for (V8ProxyMode c : V8ProxyMode.values()) System.out.println(c);
public static V8ProxyMode 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 static boolean isClassMode(java.lang.Class<?> objectClass)
objectClass - the object class