Uses of Enum Class
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.payload.EvaluatorType
Packages that use EvaluatorType
Package
Description
-
Uses of EvaluatorType in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.payload
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.payload that return EvaluatorTypeModifier and TypeMethodDescriptionPayloadFactoryArgsArg.getEvaluator()static EvaluatorTypeReturns the enum constant of this class with the specified name.static EvaluatorType[]EvaluatorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.payload with parameters of type EvaluatorTypeModifier and TypeMethodDescriptionvoidPayloadFactoryArgsArg.setEvaluator(EvaluatorType evaluator)