public enum ContainerTransportCO2BreakdownEnum extends Enum<ContainerTransportCO2BreakdownEnum>
Enum Constant and Description |
---|
HUB_TERMINAL |
INLAND_TERMINAL |
RTM_TERMINAL |
SAILING_HINTERLAND |
SAILING_HUB_RTM |
TRANSPORT_SHIPPER |
TRUCK_REPLACEMENT |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getExplanation() |
static ContainerTransportCO2BreakdownEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerTransportCO2BreakdownEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerTransportCO2BreakdownEnum TRANSPORT_SHIPPER
public static final ContainerTransportCO2BreakdownEnum INLAND_TERMINAL
public static final ContainerTransportCO2BreakdownEnum SAILING_HINTERLAND
public static final ContainerTransportCO2BreakdownEnum HUB_TERMINAL
public static final ContainerTransportCO2BreakdownEnum SAILING_HUB_RTM
public static final ContainerTransportCO2BreakdownEnum RTM_TERMINAL
public static final ContainerTransportCO2BreakdownEnum TRUCK_REPLACEMENT
public static ContainerTransportCO2BreakdownEnum[] values()
for (ContainerTransportCO2BreakdownEnum c : ContainerTransportCO2BreakdownEnum.values()) System.out.println(c);
public static ContainerTransportCO2BreakdownEnum 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 String getDescription()
public String getExplanation()
Copyright © 2014–2017 Delft University of Technology. All rights reserved.