All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.buschmais.jqassistant.plugin.xml.api.model.XmlAttributeDescriptor Maven / Gradle / Ivy

Go to download

Plugin for jQAssistant to be able to scan and to analyze XML related artifacts.

The newest version!
package com.buschmais.jqassistant.plugin.xml.api.model;

import com.buschmais.xo.neo4j.api.annotation.Label;

@Label("Attribute")
public interface XmlAttributeDescriptor extends XmlDescriptor, OfNamespaceDescriptor {

    String getValue();
    void setValue(String value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy