public enum LightWeightVehicleSegment extends java.lang.Enum<LightWeightVehicleSegment> implements VehicleSegment
Modifier and Type | Method and Description |
---|---|
static LightWeightVehicleSegment |
getValue(java.lang.String string) |
java.lang.String |
matcher()
Name of the field used to read the Copert tree.
|
static LightWeightVehicleSegment |
randomSelector()
Special random Copert field
|
static LightWeightVehicleSegment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LightWeightVehicleSegment[] |
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
getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
getValue, valueOf
public static final LightWeightVehicleSegment N1_I
public static final LightWeightVehicleSegment N1_II
public static final LightWeightVehicleSegment N1_III
public static final LightWeightVehicleSegment RANDOM
public static LightWeightVehicleSegment[] values()
for (LightWeightVehicleSegment c : LightWeightVehicleSegment.values()) System.out.println(c);
public static LightWeightVehicleSegment valueOf(java.lang.String name)
valueOf
in interface VehicleSegment
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 LightWeightVehicleSegment getValue(java.lang.String string)
getValue
in interface VehicleSegment
public static LightWeightVehicleSegment randomSelector()
CopertField
randomSelector
in interface CopertField