Uses of Enum Class
com.tccc.kos.ext.dispense.PourAvailability.Type
Packages that use PourAvailability.Type
-
Uses of PourAvailability.Type in com.tccc.kos.ext.dispense
Methods in com.tccc.kos.ext.dispense that return PourAvailability.TypeModifier and TypeMethodDescriptionstatic PourAvailability.TypeReturns the enum constant of this class with the specified name.static PourAvailability.Type[]PourAvailability.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tccc.kos.ext.dispense with parameters of type PourAvailability.TypeModifier and TypeMethodDescriptionvoidPourAvailabilityTrouble.blockPour(PourAvailability bean, PourAvailability.Type type) Block pouring of the specified type using the specified object.default AvailabilityLockPourAvailability.getAvailbilityLock(PourAvailability.Type type) Return the availability lock based on the specified enum. -
Uses of PourAvailability.Type in com.tccc.kos.ext.dispense.service.insertion.troubles
Methods in com.tccc.kos.ext.dispense.service.insertion.troubles that return PourAvailability.TypeModifier and TypeMethodDescriptionContainerTrouble.getPourBlockType()HolderBlockTrouble.getPourBlockType()Return the type of block to apply when linked to a holder.Constructors in com.tccc.kos.ext.dispense.service.insertion.troubles with parameters of type PourAvailability.TypeModifierConstructorDescriptionContainerHolderTrouble(Container container, Holder holder, PourAvailability.Type block) Create a new trouble for the specified container and holder.