Uses of Class
org.opentrafficsim.water.statistics.LandWaterEnum
-
Packages that use LandWaterEnum Package Description org.opentrafficsim.water.statistics Statistics classes. -
-
Uses of LandWaterEnum in org.opentrafficsim.water.statistics
Methods in org.opentrafficsim.water.statistics that return LandWaterEnum Modifier and Type Method Description static LandWaterEnum
LandWaterEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static LandWaterEnum[]
LandWaterEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-