Uses of Enum Class
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.api.EnableDisable
Packages that use EnableDisable
Package
Description
-
Uses of EnableDisable in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo that return EnableDisableMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo with parameters of type EnableDisableModifier and TypeMethodDescriptionvoidNamedSequence.setStatistics(EnableDisable statistics) voidNamedSequence.setTrace(EnableDisable trace) -
Uses of EnableDisable in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.api
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.api that return EnableDisableModifier and TypeMethodDescriptionAPI.getStatistics()API.getTrace()static EnableDisableReturns the enum constant of this class with the specified name.static EnableDisable[]EnableDisable.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.api with parameters of type EnableDisableModifier and TypeMethodDescriptionvoidAPI.setStatistics(EnableDisable statistics) voidAPI.setTrace(EnableDisable trace) -
Uses of EnableDisable in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.endpoint.wsdl
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.endpoint.wsdl that return EnableDisableMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.endpoint.wsdl with parameters of type EnableDisableModifier and TypeMethodDescriptionvoidWSDLEndpoint.setStatistics(EnableDisable statistics) voidWSDLEndpoint.setTrace(EnableDisable trace) -
Uses of EnableDisable in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.inbound
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.inbound that return EnableDisableMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.inbound with parameters of type EnableDisableModifier and TypeMethodDescriptionvoidInboundEndpoint.setStatistics(EnableDisable statistics) voidInboundEndpoint.setTrace(EnableDisable trace) -
Uses of EnableDisable in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.proxy
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.proxy that return EnableDisableMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.proxy with parameters of type EnableDisableModifier and TypeMethodDescriptionvoidProxy.setStatistics(EnableDisable statistics) voidProxy.setTrace(EnableDisable trace)