Uses of Enum Class
travel.wink.sdk.extranet.model.ChartCategoryAxis.BaseUnitEnum
Packages that use ChartCategoryAxis.BaseUnitEnum
-
Uses of ChartCategoryAxis.BaseUnitEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return ChartCategoryAxis.BaseUnitEnumModifier and TypeMethodDescriptionChartCategoryAxis.getBaseUnit()The base time interval for the date axis.Returns the enum constant of this class with the specified name.static ChartCategoryAxis.BaseUnitEnum[]ChartCategoryAxis.BaseUnitEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.model with parameters of type ChartCategoryAxis.BaseUnitEnumModifier and TypeMethodDescriptionChartCategoryAxis.baseUnit(ChartCategoryAxis.BaseUnitEnum baseUnit) voidChartCategoryAxis.setBaseUnit(ChartCategoryAxis.BaseUnitEnum baseUnit)