Uses of Enum Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TimeUnit
Packages that use TimeUnit
-
Uses of TimeUnit in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TimeUnitModifier and TypeFieldDescriptionprotected TimeUnit
ScenarioParameters.baseTimeUnit
protected TimeUnit
DistributionParameter.timeUnit
protected TimeUnit
FloatingParameter.timeUnit
protected TimeUnit
NumericParameter.timeUnit
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TimeUnitModifier and TypeMethodDescriptionstatic TimeUnit
ScenarioParameters.getBaseTimeUnit()
Gets the value of the baseTimeUnit property.DistributionParameter.getTimeUnit()
Gets the value of the timeUnit property.FloatingParameter.getTimeUnit()
Gets the value of the timeUnit property.NumericParameter.getTimeUnit()
Gets the value of the timeUnit property.static TimeUnit
Returns 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.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TimeUnitModifier and TypeMethodDescriptionvoid
ScenarioParameters.setBaseTimeUnit
(TimeUnit value) Sets the value of the baseTimeUnit property.void
DistributionParameter.setTimeUnit
(TimeUnit value) Sets the value of the timeUnit property.void
FloatingParameter.setTimeUnit
(TimeUnit value) Sets the value of the timeUnit property.void
NumericParameter.setTimeUnit
(TimeUnit value) Sets the value of the timeUnit property.