![JAR search and dependency download from the Maven repository](/logo.png)
org.schema.ConvenienceStore Maven / Gradle / Ivy
package org.schema;
/**
* Schema.org/ConvenienceStore
* A convenience store.
*
* @author schema.org
* @class ConvenienceStore
* @module org.schema
* @extends Store
*/
public class ConvenienceStore extends Store {
/**
* Constructor, automatically sets @context and @type.
*
* @constructor
*/
public ConvenienceStore() {
context = "http://schema.org/";
type = "ConvenienceStore";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy