protected static enum AbstractTableauRule.BlockingType extends Enum<AbstractTableauRule.BlockingType>
| Modifier and Type | Method and Description |
|---|---|
static AbstractTableauRule.BlockingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTableauRule.BlockingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractTableauRule.BlockingType NONE
public static final AbstractTableauRule.BlockingType DIRECT
public static final AbstractTableauRule.BlockingType INDIRECT
public static final AbstractTableauRule.BlockingType COMPLETE
public static AbstractTableauRule.BlockingType[] values()
for (AbstractTableauRule.BlockingType c : AbstractTableauRule.BlockingType.values()) System.out.println(c);
public static AbstractTableauRule.BlockingType 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 nullCopyright © 2019. All rights reserved.