public static enum PlParserFactory.Format extends Enum<PlParserFactory.Format>
| Enum Constant and Description |
|---|
TWEETY |
| Modifier and Type | Method and Description |
|---|---|
static PlParserFactory.Format |
getFormat(String id) |
static PlParserFactory.Format |
valueOf(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(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 static PlParserFactory.Format getFormat(String id)
Copyright © 2018. All rights reserved.