storagehub-client-wrapper/src/main/java/org/gcube/common/storagehubwrapper/shared/tohl/folder/items/PropertyMap.java

24 lines
376 B
Java

/**
*
*/
package org.gcube.common.storagehubwrapper.shared.tohl.folder.items;
import java.util.Map;
/**
* The Interface PropertyMap.
*
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
* Jun 22, 2018
*/
public interface PropertyMap {
/**
* Gets the values.
*
* @return the values
*/
public Map<String, Object> getValues();
}