Uses of Enum Class
org.netxms.client.constants.TimeUnit
Packages that use TimeUnit
- 
Uses of TimeUnit in org.netxms.clientMethods in org.netxms.client that return TimeUnitModifier and TypeMethodDescriptionTimePeriod.getTimeUnit()Get time unit used for defining this time range.Methods in org.netxms.client with parameters of type TimeUnitModifier and TypeMethodDescriptionvoidTimePeriod.setTimeUnit(TimeUnit timeUnit) Set time unit used for defining this time range.Constructors in org.netxms.client with parameters of type TimeUnitModifierConstructorDescriptionTimePeriod(TimeFrameType timeFrameType, int timeRange, TimeUnit timeUnit, Date timeFrom, Date timeTo) Create new time period.
- 
Uses of TimeUnit in org.netxms.client.constantsMethods in org.netxms.client.constants that return TimeUnitModifier and TypeMethodDescriptionstatic TimeUnitTimeUnit.getByValue(int value) Get enum element by integer valuestatic TimeUnitReturns the enum constant of this class with the specified name.static TimeUnit[]TimeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.