public enum HeavyDutyTrucksSegment extends java.lang.Enum<HeavyDutyTrucksSegment> implements VehicleSegment
| Modifier and Type | Method and Description |
|---|---|
static HeavyDutyTrucksSegment |
getValue(java.lang.String string) |
java.lang.String |
matcher()
Name of the field used to read the Copert tree.
|
static HeavyDutyTrucksSegment |
randomSelector()
Special random Copert field
|
static HeavyDutyTrucksSegment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HeavyDutyTrucksSegment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfequals, hashCodegetValue, valueOfpublic static final HeavyDutyTrucksSegment SUP_3_5_T
public static final HeavyDutyTrucksSegment RIGID_INF_7_5_T
public static final HeavyDutyTrucksSegment RIGID_7_5_12_T
public static final HeavyDutyTrucksSegment RIGID_12_14_T
public static final HeavyDutyTrucksSegment RIGID_14_20_T
public static final HeavyDutyTrucksSegment ARTICULATED_14_20_T
public static final HeavyDutyTrucksSegment RIGID_20_26_T
public static final HeavyDutyTrucksSegment RIGID_26_28_T
public static final HeavyDutyTrucksSegment ARTICULATED_20_28_T
public static final HeavyDutyTrucksSegment RIGID_28_32_T
public static final HeavyDutyTrucksSegment RIGID_SUP_32_T
public static final HeavyDutyTrucksSegment ARTICULATED_28_34_T
public static final HeavyDutyTrucksSegment ARTICULATED_34_40_T
public static final HeavyDutyTrucksSegment ARTICULATED_40_50_T
public static final HeavyDutyTrucksSegment ARTICULATED_50_60_T
public static final HeavyDutyTrucksSegment RIGID
public static final HeavyDutyTrucksSegment ARTICULATED
public static final HeavyDutyTrucksSegment RANDOM
public static HeavyDutyTrucksSegment[] values()
for (HeavyDutyTrucksSegment c : HeavyDutyTrucksSegment.values()) System.out.println(c);
public static HeavyDutyTrucksSegment valueOf(java.lang.String name)
valueOf in interface VehicleSegmentname - 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()
CopertFieldmatcher in interface CopertFieldpublic static HeavyDutyTrucksSegment getValue(java.lang.String string)
getValue in interface VehicleSegmentpublic static HeavyDutyTrucksSegment randomSelector()
CopertFieldrandomSelector in interface CopertField