Uses of Class
org.planit.output.enums.OutputTimeUnit
-
Packages that use OutputTimeUnit Package Description org.planit.output.enums Enumerations containing possible values of output propertiesorg.planit.output.formatter output formatter related classes -
-
Uses of OutputTimeUnit in org.planit.output.enums
Methods in org.planit.output.enums that return OutputTimeUnit Modifier and Type Method Description static OutputTimeUnit
OutputTimeUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputTimeUnit[]
OutputTimeUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OutputTimeUnit in org.planit.output.formatter
Fields in org.planit.output.formatter declared as OutputTimeUnit Modifier and Type Field Description protected OutputTimeUnit
BaseOutputFormatter. outputTimeUnit
Time unit to be used in outputsMethods in org.planit.output.formatter that return OutputTimeUnit Modifier and Type Method Description OutputTimeUnit
BaseOutputFormatter. getOutputTimeUnit()
Returns the current time unitsMethods in org.planit.output.formatter with parameters of type OutputTimeUnit Modifier and Type Method Description void
BaseOutputFormatter. setOutputTimeUnit(OutputTimeUnit outputTimeUnit)
Sets the current time units
-