eu.xenit.apix.properties.IPropertyService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apix-interface Show documentation
Show all versions of apix-interface Show documentation
Xenit API-X Java interface
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