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

eu.xenit.apix.properties.IPropertyService Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package eu.xenit.apix.properties;


public interface IPropertyService {

    /**
     * @param qname The qname of the requested property.
     * @return The definition of a property with a given qname.
     */
    PropertyDefinition GetPropertyDefinition(eu.xenit.apix.data.QName qname);

    Properties getProperties();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy