Uses of Class
org.goplanit.utils.unit.TimeUnit
-
Packages that use TimeUnit Package Description org.goplanit.io.converter.service org.goplanit.io.xml.util Utility methods to help process XML dataorg.goplanit.utils.unit -
-
Uses of TimeUnit in org.goplanit.io.converter.service
Fields in org.goplanit.io.converter.service declared as TimeUnit Modifier and Type Field Description static TimeUnit
PlanitRoutedServicesWriterSettings. DEFAULT_FREQUENCY_TIME_UNIT
default time unit to use for trip frequenciesMethods in org.goplanit.io.converter.service that return TimeUnit Modifier and Type Method Description TimeUnit
PlanitRoutedServicesWriterSettings. getTripFrequencyTimeUnit()
Methods in org.goplanit.io.converter.service with parameters of type TimeUnit Modifier and Type Method Description void
PlanitRoutedServicesWriterSettings. setTripFrequencyTimeUnit(TimeUnit frequencyTimeUnit)
-
Uses of TimeUnit in org.goplanit.io.xml.util
Methods in org.goplanit.io.xml.util that return TimeUnit Modifier and Type Method Description static TimeUnit
xmlEnumConversionUtil. xmlToPlanit(org.goplanit.xml.generated.TimeUnit xmlTimeUnitType)
Convert TimeUnit type from XML to PLANit Unit -
Uses of TimeUnit in org.goplanit.utils.unit
Fields in org.goplanit.utils.unit declared as TimeUnit Modifier and Type Field Description static TimeUnit
Unit. HOUR
predefined HOUR TimeUnitstatic TimeUnit
Unit. MINUTE
predefined MINUTE TimeUnitstatic TimeUnit
Unit. SECOND
predefined SECOND TimeUnit
-