static enum GlobalNamespace.Ref.Type extends java.lang.Enum<GlobalNamespace.Ref.Type>
Enum Constant and Description |
---|
ALIASING_GET |
CALL_GET |
DELETE_PROP |
DIRECT_GET |
PROTOTYPE_GET |
SET_FROM_GLOBAL |
SET_FROM_LOCAL |
Modifier and Type | Method and Description |
---|---|
static GlobalNamespace.Ref.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlobalNamespace.Ref.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalNamespace.Ref.Type SET_FROM_GLOBAL
public static final GlobalNamespace.Ref.Type SET_FROM_LOCAL
public static final GlobalNamespace.Ref.Type PROTOTYPE_GET
public static final GlobalNamespace.Ref.Type ALIASING_GET
public static final GlobalNamespace.Ref.Type DIRECT_GET
public static final GlobalNamespace.Ref.Type CALL_GET
public static final GlobalNamespace.Ref.Type DELETE_PROP
public static GlobalNamespace.Ref.Type[] values()
for (GlobalNamespace.Ref.Type c : GlobalNamespace.Ref.Type.values()) System.out.println(c);
public static GlobalNamespace.Ref.Type 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