public static enum OutputSMT.Format extends java.lang.Enum<OutputSMT.Format>
Modifier and Type | Method and Description |
---|---|
static OutputSMT.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutputSMT.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputSMT.Format CSP
public static final OutputSMT.Format ASP
public static final OutputSMT.Format Prolog
public static final OutputSMT.Format SMT
public static OutputSMT.Format[] values()
for (OutputSMT.Format c : OutputSMT.Format.values()) System.out.println(c);
public static OutputSMT.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 null