public enum EN_pack_mode extends java.lang.Enum<EN_pack_mode>
Enum Constant and Description |
---|
l_array |
l_aspect |
l_clust |
l_graph |
l_node |
l_undef |
Modifier and Type | Method and Description |
---|---|
static EN_pack_mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EN_pack_mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EN_pack_mode l_undef
public static final EN_pack_mode l_clust
public static final EN_pack_mode l_node
public static final EN_pack_mode l_graph
public static final EN_pack_mode l_array
public static final EN_pack_mode l_aspect
public static EN_pack_mode[] values()
for (EN_pack_mode c : EN_pack_mode.values()) System.out.println(c);
public static EN_pack_mode 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