
org.semanticwb.office.interfaces.PropertyObjectInfo 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 PropertyObjectInfo {
public String uri;
public String title;
public String value;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy