Uses of Enum Class
overit.geocallapp.wfm.execution.rs1.resourceintervention.InterventionRangeType
Packages that use InterventionRangeType
-
Uses of InterventionRangeType in overit.geocallapp.wfm.execution.rs1.resourceintervention
Methods in overit.geocallapp.wfm.execution.rs1.resourceintervention that return InterventionRangeTypeModifier and TypeMethodDescriptionfinal InterventionRangeTypeDTOResourceIntervention.getInterventionRangeType()Retrieves the Intervention Range Type of the DTO Resource Intervention.static InterventionRangeTypeReturns the enum constant of this class with the specified name.static InterventionRangeType[]InterventionRangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocallapp.wfm.execution.rs1.resourceintervention with parameters of type InterventionRangeTypeModifier and TypeMethodDescriptionfinal voidDTOResourceIntervention.setInterventionRangeType(InterventionRangeType interventionRangeType) Sets the Intervention Range Type of the DTO Resource Intervention.