public static enum TptpParserOutput.IntroType extends Enum<TptpParserOutput.IntroType>
| Enum Constant and Description |
|---|
Assumption |
AxiomOfChoice |
Definition |
Tautology |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TptpParserOutput.IntroType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TptpParserOutput.IntroType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TptpParserOutput.IntroType Definition
public static final TptpParserOutput.IntroType AxiomOfChoice
public static final TptpParserOutput.IntroType Tautology
public static final TptpParserOutput.IntroType Assumption
public static TptpParserOutput.IntroType[] values()
for (TptpParserOutput.IntroType c : TptpParserOutput.IntroType.values()) System.out.println(c);
public static TptpParserOutput.IntroType 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 nullpublic String toString()
toString in class Enum<TptpParserOutput.IntroType>Copyright © 2015. All rights reserved.