public static enum LogicalNetlist.Netlist.PropertyMap.Entry.Which extends Enum<LogicalNetlist.Netlist.PropertyMap.Entry.Which>
Enum Constant and Description |
---|
_NOT_IN_SCHEMA |
BITSTRING_VALUE |
BOOL_VALUE |
INT_VALUE |
TEXT_VALUE |
Modifier and Type | Method and Description |
---|---|
static LogicalNetlist.Netlist.PropertyMap.Entry.Which |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalNetlist.Netlist.PropertyMap.Entry.Which[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogicalNetlist.Netlist.PropertyMap.Entry.Which TEXT_VALUE
public static final LogicalNetlist.Netlist.PropertyMap.Entry.Which INT_VALUE
public static final LogicalNetlist.Netlist.PropertyMap.Entry.Which BOOL_VALUE
public static final LogicalNetlist.Netlist.PropertyMap.Entry.Which BITSTRING_VALUE
public static final LogicalNetlist.Netlist.PropertyMap.Entry.Which _NOT_IN_SCHEMA
public static LogicalNetlist.Netlist.PropertyMap.Entry.Which[] values()
for (LogicalNetlist.Netlist.PropertyMap.Entry.Which c : LogicalNetlist.Netlist.PropertyMap.Entry.Which.values()) System.out.println(c);
public static LogicalNetlist.Netlist.PropertyMap.Entry.Which valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null