Uses of Enum Class
travel.wink.affiliate.model.GuestRoom.LifestyleTypeEnum
Packages that use GuestRoom.LifestyleTypeEnum
-
Uses of GuestRoom.LifestyleTypeEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return GuestRoom.LifestyleTypeEnumModifier and TypeMethodDescriptionstatic GuestRoom.LifestyleTypeEnumGuestRoom.getLifestyleType()Indicate the type of lifestyle this inventory should be associated with.static GuestRoom.LifestyleTypeEnumReturns the enum constant of this class with the specified name.static GuestRoom.LifestyleTypeEnum[]GuestRoom.LifestyleTypeEnum.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 GuestRoom.LifestyleTypeEnumModifier and TypeMethodDescriptionGuestRoom.lifestyleType(GuestRoom.LifestyleTypeEnum lifestyleType) voidGuestRoom.setLifestyleType(GuestRoom.LifestyleTypeEnum lifestyleType)