public enum Technology extends java.lang.Enum<Technology> implements CopertField
Enum Constant and Description |
---|
DPF |
DPF_SCR |
EGR |
GDI |
GDI_GPF |
LNT_DPF |
NONE |
PFI |
RANDOM |
SCR |
Modifier and Type | Method and Description |
---|---|
static Technology |
getValue(java.lang.String string) |
java.lang.String |
matcher()
Name of the field used to read the Copert tree.
|
static Technology |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Technology[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getValue, randomSelector, valueOf
public static final Technology DPF
public static final Technology DPF_SCR
public static final Technology EGR
public static final Technology GDI
public static final Technology GDI_GPF
public static final Technology LNT_DPF
public static final Technology PFI
public static final Technology SCR
public static final Technology NONE
public static final Technology RANDOM
public static Technology[] values()
for (Technology c : Technology.values()) System.out.println(c);
public static Technology 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 java.lang.String matcher()
CopertField
matcher
in interface CopertField
public static Technology getValue(java.lang.String string)