Uses of Enum Class
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.SchemaType
Packages that use SchemaType
Package
Description
-
Uses of SchemaType in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation that return SchemaTypeModifier and TypeMethodDescriptionDatamapper.getInputType()Datamapper.getOutputType()static SchemaTypeReturns the enum constant of this class with the specified name.static SchemaType[]SchemaType.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 with parameters of type SchemaTypeModifier and TypeMethodDescriptionvoidDatamapper.setInputType(SchemaType inputType) voidDatamapper.setOutputType(SchemaType outputType)