public static enum PropositionWrapper.Type extends Enum<PropositionWrapper.Type>
| Enum Constant and Description |
|---|
CATEGORIZATION |
FREQUENCY |
SEQUENCE |
SYSTEM |
VALUE_THRESHOLD |
| Modifier and Type | Method and Description |
|---|---|
static PropositionWrapper.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropositionWrapper.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropositionWrapper.Type CATEGORIZATION
public static final PropositionWrapper.Type SEQUENCE
public static final PropositionWrapper.Type FREQUENCY
public static final PropositionWrapper.Type VALUE_THRESHOLD
public static final PropositionWrapper.Type SYSTEM
public static PropositionWrapper.Type[] values()
for (PropositionWrapper.Type c : PropositionWrapper.Type.values()) System.out.println(c);
public static PropositionWrapper.Type 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 © 2016–2017 Emory University. All rights reserved.