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 OutputTimeUnitOutputTimeUnit. 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 OutputTimeUnitBaseOutputFormatter. outputTimeUnitTime unit to be used in outputsMethods in org.planit.output.formatter that return OutputTimeUnit Modifier and Type Method Description OutputTimeUnitBaseOutputFormatter. getOutputTimeUnit()Returns the current time unitsMethods in org.planit.output.formatter with parameters of type OutputTimeUnit Modifier and Type Method Description voidBaseOutputFormatter. setOutputTimeUnit(OutputTimeUnit outputTimeUnit)Sets the current time units
-