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