public enum KSInputFormat extends Enum<KSInputFormat>
| Enum Constant and Description |
|---|
KS_INPUT_CANONICAL
The canonical s-expression format.
|
KS_INPUT_IMPERATIVE
The imperative s-expression format.
|
KS_INPUT_XML
The XML format.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
static KSInputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KSInputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KSInputFormat KS_INPUT_CANONICAL
public static final KSInputFormat KS_INPUT_IMPERATIVE
public static final KSInputFormat KS_INPUT_XML
public static KSInputFormat[] values()
for (KSInputFormat c : KSInputFormat.values()) System.out.println(c);
public static KSInputFormat 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 getName()
public String toString()
toString in class Enum<KSInputFormat>Copyright © 2016 <code@io7m.com> http://io7m.com