public static enum DeviceResources.Device.BELCategory extends Enum<DeviceResources.Device.BELCategory>
Enum Constant and Description |
---|
_NOT_IN_SCHEMA |
LOGIC |
ROUTING |
SITE_PORT |
Modifier and Type | Method and Description |
---|---|
static DeviceResources.Device.BELCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceResources.Device.BELCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceResources.Device.BELCategory LOGIC
public static final DeviceResources.Device.BELCategory ROUTING
public static final DeviceResources.Device.BELCategory SITE_PORT
public static final DeviceResources.Device.BELCategory _NOT_IN_SCHEMA
public static DeviceResources.Device.BELCategory[] values()
for (DeviceResources.Device.BELCategory c : DeviceResources.Device.BELCategory.values()) System.out.println(c);
public static DeviceResources.Device.BELCategory 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