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