Uses of Enum Class
travel.wink.affiliate.model.PropertyPolicy.ParkingAccessEnum
Packages that use PropertyPolicy.ParkingAccessEnum
-
Uses of PropertyPolicy.ParkingAccessEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return PropertyPolicy.ParkingAccessEnumModifier and TypeMethodDescriptionPropertyPolicy.getParkingAccess()Indicates what type of parking is available at the property.Returns the enum constant of this class with the specified name.static PropertyPolicy.ParkingAccessEnum[]PropertyPolicy.ParkingAccessEnum.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 PropertyPolicy.ParkingAccessEnumModifier and TypeMethodDescriptionPropertyPolicy.parkingAccess(PropertyPolicy.ParkingAccessEnum parkingAccess) voidPropertyPolicy.setParkingAccess(PropertyPolicy.ParkingAccessEnum parkingAccess)