public static enum TptpParserOutput.StatusValue extends Enum<TptpParserOutput.StatusValue>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TptpParserOutput.StatusValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TptpParserOutput.StatusValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TptpParserOutput.StatusValue Thm
public static final TptpParserOutput.StatusValue Sat
public static final TptpParserOutput.StatusValue Csa
public static final TptpParserOutput.StatusValue Uns
public static final TptpParserOutput.StatusValue Cth
public static final TptpParserOutput.StatusValue Esa
public static final TptpParserOutput.StatusValue Unknown
public static TptpParserOutput.StatusValue[] values()
for (TptpParserOutput.StatusValue c : TptpParserOutput.StatusValue.values()) System.out.println(c);
public static TptpParserOutput.StatusValue 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.StatusValue>Copyright © 2015. All rights reserved.