Uses of Enum Class
io.hymods.lib.data.InspectionTargetType
Packages that use InspectionTargetType
-
Uses of InspectionTargetType in io.hymods.lib.data
Subclasses with type arguments of type InspectionTargetType in io.hymods.lib.dataMethods in io.hymods.lib.data that return InspectionTargetTypeModifier and TypeMethodDescriptionInspectionResult.targetType()Returns the value of thetargetTyperecord component.static InspectionTargetTypeReturns the enum constant of this class with the specified name.static InspectionTargetType[]InspectionTargetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.hymods.lib.data with parameters of type InspectionTargetTypeModifierConstructorDescriptionInspectionResult(InspectionTargetType targetType, String displayName, String targetId, boolean showIcon, List<InspectionLine> lines) Creates an instance of aInspectionResultrecord class.