public enum ContainerTransportCostBreakdownEnum extends Enum<ContainerTransportCostBreakdownEnum>
Enum Constant and Description |
---|
HUB_PORT_DUES |
HUB_TERMINAL |
INLAND_PORT_DUES |
INLAND_TERMINAL |
RTM_PORT_DUES |
RTM_TERMINAL |
SAILING_HINTERLAND |
SAILING_HUB_RTM |
TRANSPORT_SHIPPER |
TRUCK_REPLACEMENT |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getExplanation() |
static ContainerTransportCostBreakdownEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerTransportCostBreakdownEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerTransportCostBreakdownEnum TRANSPORT_SHIPPER
public static final ContainerTransportCostBreakdownEnum INLAND_TERMINAL
public static final ContainerTransportCostBreakdownEnum INLAND_PORT_DUES
public static final ContainerTransportCostBreakdownEnum SAILING_HINTERLAND
public static final ContainerTransportCostBreakdownEnum HUB_PORT_DUES
public static final ContainerTransportCostBreakdownEnum HUB_TERMINAL
public static final ContainerTransportCostBreakdownEnum SAILING_HUB_RTM
public static final ContainerTransportCostBreakdownEnum RTM_PORT_DUES
public static final ContainerTransportCostBreakdownEnum RTM_TERMINAL
public static final ContainerTransportCostBreakdownEnum TRUCK_REPLACEMENT
public static ContainerTransportCostBreakdownEnum[] values()
for (ContainerTransportCostBreakdownEnum c : ContainerTransportCostBreakdownEnum.values()) System.out.println(c);
public static ContainerTransportCostBreakdownEnum 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.