public static enum SimpleTptpParserOutput.Source.Kind extends Enum<SimpleTptpParserOutput.Source.Kind>
| Enum Constant and Description |
|---|
Creator |
File |
Inference |
Internal |
ListOfSources |
Name |
Theory |
| Modifier and Type | Method and Description |
|---|---|
static SimpleTptpParserOutput.Source.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleTptpParserOutput.Source.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleTptpParserOutput.Source.Kind Name
public static final SimpleTptpParserOutput.Source.Kind Inference
public static final SimpleTptpParserOutput.Source.Kind Internal
public static final SimpleTptpParserOutput.Source.Kind File
public static final SimpleTptpParserOutput.Source.Kind Creator
public static final SimpleTptpParserOutput.Source.Kind Theory
public static final SimpleTptpParserOutput.Source.Kind ListOfSources
public static SimpleTptpParserOutput.Source.Kind[] values()
for (SimpleTptpParserOutput.Source.Kind c : SimpleTptpParserOutput.Source.Kind.values()) System.out.println(c);
public static SimpleTptpParserOutput.Source.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.