public enum Dialect extends Enum<Dialect>
Enum Constant and Description |
---|
CIRCUS |
CIRCUSCONF |
CIRCUSPATT |
CIRCUSTIME |
OZ |
OZPATT |
Z |
ZEVES |
ZPATT |
Modifier and Type | Method and Description |
---|---|
boolean |
isExtensionOf(Dialect d) |
static String[] |
knownDialectsAsStringArray() |
String |
toString() |
static Dialect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dialect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dialect Z
public static final Dialect ZPATT
public static final Dialect OZ
public static final Dialect OZPATT
public static final Dialect ZEVES
public static final Dialect CIRCUSPATT
public static final Dialect CIRCUS
public static final Dialect CIRCUSTIME
public static final Dialect CIRCUSCONF
public static Dialect[] values()
for (Dialect c : Dialect.values()) System.out.println(c);
public static Dialect 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 String[] knownDialectsAsStringArray()
public boolean isExtensionOf(Dialect d)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.