Uses of Enum Class
org.apache.nifi.jms.processors.JMSPublisher.JmsPropertySetterEnum
Packages that use JMSPublisher.JmsPropertySetterEnum
-
Uses of JMSPublisher.JmsPropertySetterEnum in org.apache.nifi.jms.processors
Fields in org.apache.nifi.jms.processors with type parameters of type JMSPublisher.JmsPropertySetterEnumModifier and TypeFieldDescriptionJMSPublisher.propertySetterMapThis map helps us avoid using JmsPropertySetterEnum.valueOf and dealing with IllegalArgumentException on failed lookup.Methods in org.apache.nifi.jms.processors that return JMSPublisher.JmsPropertySetterEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static JMSPublisher.JmsPropertySetterEnum[]JMSPublisher.JmsPropertySetterEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.