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

org.semanticwb.office.interfaces.ObjecInfo Maven / Gradle / Ivy

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