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