eu.xenit.apix.dictionary.aspects.IAspectService 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.dictionary.aspects;
import eu.xenit.apix.data.QName;
public interface IAspectService {
AspectDefinition GetAspectDefinition(QName qname);
Aspects getAspects();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy