public static enum PlParserFactory.Format extends java.lang.Enum<PlParserFactory.Format>
| Enum Constant and Description |
|---|
TWEETY |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id |
java.lang.String |
label |
| Modifier and Type | Method and Description |
|---|---|
static PlParserFactory.Format |
getFormat(java.lang.String id) |
static PlParserFactory.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlParserFactory.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlParserFactory.Format TWEETY
public static PlParserFactory.Format[] values()
for (PlParserFactory.Format c : PlParserFactory.Format.values()) System.out.println(c);
public static PlParserFactory.Format valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static PlParserFactory.Format getFormat(java.lang.String id)