Uses of Enum Class
io.mateu.dtos.ChartTypeDto
-
Uses of ChartTypeDto in io.mateu.dtos
Methods in io.mateu.dtos that return ChartTypeDtoModifier and TypeMethodDescriptionChartDto.chartType()Returns the value of thechartTyperecord component.static ChartTypeDtoReturns the enum constant of this class with the specified name.static ChartTypeDto[]ChartTypeDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mateu.dtos with parameters of type ChartTypeDtoModifierConstructorDescriptionChartDto(ChartTypeDto chartType, ChartDataDto chartData, ChartOptionsDto chartOptions) Creates an instance of aChartDtorecord class.