Uses of Enum Class
org.apache.camel.model.language.XPathExpression.ResultQName
Packages that use XPathExpression.ResultQName
Package
Description
-
Uses of XPathExpression.ResultQName in org.apache.camel.model.language
Methods in org.apache.camel.model.language that return XPathExpression.ResultQNameModifier and TypeMethodDescriptionstatic XPathExpression.ResultQNameReturns the enum constant of this class with the specified name.static XPathExpression.ResultQName[]XPathExpression.ResultQName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.model.language with parameters of type XPathExpression.ResultQNameModifier and TypeMethodDescriptionXPathExpression.Builder.resultQName(XPathExpression.ResultQName resultQName) Sets the class name of the result type (type from output)