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