public static enum Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution extends Enum<Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution>
| Enum Constant and Description |
|---|
CLASSIC |
TD1a |
TD1b |
TD1c |
TD1d |
TD2a |
TD2b |
TD2c |
TD2d |
TD3a |
TD3b |
TD3c |
TD3d |
TD4 |
TD5 |
TD6 |
| Modifier and Type | Method and Description |
|---|---|
static Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD1a
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD1b
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD1c
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD2a
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD2b
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD2c
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD3a
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD3b
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD3c
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD1d
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD2d
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD3d
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD4
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD5
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution TD6
public static final Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution CLASSIC
public static Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution[] values()
for (Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution c : Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution.values()) System.out.println(c);
public static Figliozzi.TimeDependentTransportCostsFactory.SpeedDistribution 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 nullCopyright © 2013–2020. All rights reserved.