Uses of Enum Class
org.frankframework.jms.JMSFacade.JmsDestinationType
Packages that use JMSFacade.JmsDestinationType
-
Uses of JMSFacade.JmsDestinationType in org.frankframework.jms
Methods in org.frankframework.jms that return JMSFacade.JmsDestinationTypeModifier and TypeMethodDescriptionstatic JMSFacade.JmsDestinationType
Returns the enum constant of this class with the specified name.static JMSFacade.JmsDestinationType[]
JMSFacade.JmsDestinationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.jms with parameters of type JMSFacade.JmsDestinationTypeModifier and TypeMethodDescriptionvoid
JMSFacade.setDestinationType
(JMSFacade.JmsDestinationType destinationType) Type of the messaging destination.