public static enum SimpleTptpParserOutput.InfoItem.Kind extends Enum<SimpleTptpParserOutput.InfoItem.Kind>
| Enum Constant and Description |
|---|
AssumptionRecord |
Description |
GeneralFunction |
InferenceRule |
InferenceStatus |
IQuote |
Refutation |
| Modifier and Type | Method and Description |
|---|---|
static SimpleTptpParserOutput.InfoItem.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleTptpParserOutput.InfoItem.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleTptpParserOutput.InfoItem.Kind Description
public static final SimpleTptpParserOutput.InfoItem.Kind IQuote
public static final SimpleTptpParserOutput.InfoItem.Kind InferenceStatus
public static final SimpleTptpParserOutput.InfoItem.Kind InferenceRule
public static final SimpleTptpParserOutput.InfoItem.Kind AssumptionRecord
public static final SimpleTptpParserOutput.InfoItem.Kind Refutation
public static final SimpleTptpParserOutput.InfoItem.Kind GeneralFunction
public static SimpleTptpParserOutput.InfoItem.Kind[] values()
for (SimpleTptpParserOutput.InfoItem.Kind c : SimpleTptpParserOutput.InfoItem.Kind.values()) System.out.println(c);
public static SimpleTptpParserOutput.InfoItem.Kind 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 © 2015. All rights reserved.