Enum ContainerTransportTimeBreakdownEnum
java.lang.Object
java.lang.Enum<ContainerTransportTimeBreakdownEnum>
org.opentrafficsim.water.statistics.ContainerTransportTimeBreakdownEnum
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<ContainerTransportTimeBreakdownEnum>
,java.lang.constant.Constable
public enum ContainerTransportTimeBreakdownEnum extends java.lang.Enum<ContainerTransportTimeBreakdownEnum>
Copyright (c) 2013-2014 Rijkswaterstaat - Dienst Water, Verkeer en Leefomgeving. All rights reserved.
Some parts of the software (c) 2011-2014 TU Delft, Faculty of TBM, Systems and Simulation
This software is licensed without restrictions to Nederlandse Organisatie voor Toegepast Natuurwetenschappelijk Onderzoek TNO (TNO), Erasmus University Rotterdam, Delft University of Technology, Panteia B.V., Stichting Projecten Binnenvaart, Ab Ovo Nederland B.V., Modality Software Solutions B.V., and Rijkswaterstaat - Dienst Water, Verkeer en Leefomgeving, including the right to sub-license sources and derived products to third parties.
- Version:
- Mar 24, 2013
, SVN $Revision: 130 $ $Author: averbraeck $ $Date: 2014-04-03 21:21:03 +0200 (Thu, 03 Apr 2014) $ - Author:
- Alexander Verbraeck
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description HUB_TERMINAL
INLAND_TERMINAL
ONSHIP_HINTERLAND
ONSHIP_HUB_RTM
RTM_TERMINAL
TRANSPORT_SHIPPER
TRUCK_REPLACEMENT
-
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getExplanation()
static ContainerTransportTimeBreakdownEnum
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ContainerTransportTimeBreakdownEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getDescription
public java.lang.String getDescription()- Returns:
- description
-
getExplanation
public java.lang.String getExplanation()- Returns:
- explanation
-