static enum GlobalNamespace.Name.Type extends java.lang.Enum<GlobalNamespace.Name.Type>
Enum Constant and Description |
---|
CLASS |
FUNCTION |
GET |
OBJECTLIT |
OTHER |
SET |
Modifier and Type | Method and Description |
---|---|
static GlobalNamespace.Name.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlobalNamespace.Name.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalNamespace.Name.Type CLASS
public static final GlobalNamespace.Name.Type OBJECTLIT
public static final GlobalNamespace.Name.Type FUNCTION
public static final GlobalNamespace.Name.Type GET
public static final GlobalNamespace.Name.Type SET
public static final GlobalNamespace.Name.Type OTHER
public static GlobalNamespace.Name.Type[] values()
for (GlobalNamespace.Name.Type c : GlobalNamespace.Name.Type.values()) System.out.println(c);
public static GlobalNamespace.Name.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