Uses of Enum Class
org.frankframework.jms.JMSFacade.JmsDestinationType
Packages that use JMSFacade.JmsDestinationType
-
Uses of JMSFacade.JmsDestinationType in org.frankframework.jms
Subclasses with type arguments of type JMSFacade.JmsDestinationType in org.frankframework.jmsMethods in org.frankframework.jms that return JMSFacade.JmsDestinationTypeModifier and TypeMethodDescriptionstatic JMSFacade.JmsDestinationTypeReturns 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 TypeMethodDescriptionvoidJMSFacade.setDestinationType(JMSFacade.JmsDestinationType destinationType) Type of the messaging destination.