Uses of Class
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice.Attribute
Packages that use Attribute
-
Uses of Attribute in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice that return types with arguments of type AttributeModifier and TypeMethodDescriptionResultElements.getAttribute()Element.getAttributes()Result.getAttributes()Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice with parameters of type AttributeModifier and TypeMethodDescriptionvoidElement.addAttribute(Attribute attribute) voidResult.addAttribute(Attribute attribute) Method parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice with type arguments of type AttributeModifier and TypeMethodDescriptionvoidResultElements.setAttribute(Optional<Attribute> attribute) voidElement.setAttributes(List<Attribute> attributes) voidResult.setAttributes(List<Attribute> attributes)