Uses of Enum Class
travel.wink.affiliate.model.NoteLine.DashTypeEnum
Packages that use NoteLine.DashTypeEnum
-
Uses of NoteLine.DashTypeEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return NoteLine.DashTypeEnumModifier and TypeMethodDescriptionstatic NoteLine.DashTypeEnumNoteLine.getDashType()Get dashTypestatic NoteLine.DashTypeEnumReturns the enum constant of this class with the specified name.static NoteLine.DashTypeEnum[]NoteLine.DashTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.affiliate.model with parameters of type NoteLine.DashTypeEnumModifier and TypeMethodDescriptionNoteLine.dashType(NoteLine.DashTypeEnum dashType) voidNoteLine.setDashType(NoteLine.DashTypeEnum dashType)