
org.semanticwb.office.interfaces.ObjecInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SWBOfficeComunicationInterfaces Show documentation
Show all versions of SWBOfficeComunicationInterfaces Show documentation
MS Office plugin communication components for SemanticWebBuilder
The newest version!
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.semanticwb.office.interfaces;
/**
*
* @author victor.lorenzana
*/
public class ObjecInfo {
public String uri;
public String name;
public PropertyObjectInfo[] properties;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy