public static enum Util_InternMap.ValueType extends java.lang.Enum<Util_InternMap.ValueType>
Enum Constant and Description |
---|
VT_CLASS_NAME |
VT_CLASS_REFERENCE |
VT_CLASS_RESOURCE |
VT_FIELD_NAME |
VT_METHOD_NAME |
VT_OTHER |
Modifier and Type | Method and Description |
---|---|
static Util_InternMap.ValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Util_InternMap.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Util_InternMap.ValueType VT_CLASS_RESOURCE
public static final Util_InternMap.ValueType VT_CLASS_REFERENCE
public static final Util_InternMap.ValueType VT_CLASS_NAME
public static final Util_InternMap.ValueType VT_FIELD_NAME
public static final Util_InternMap.ValueType VT_METHOD_NAME
public static final Util_InternMap.ValueType VT_OTHER
public static Util_InternMap.ValueType[] values()
for (Util_InternMap.ValueType c : Util_InternMap.ValueType.values()) System.out.println(c);
public static Util_InternMap.ValueType 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