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

org.schema.EatAction Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package org.schema;

/**
 * Schema.org/EatAction
 * The act of swallowing solid objects.
 *
 * @author schema.org
 * @class EatAction
 * @module org.schema
 * @extends ConsumeAction
 */
public class EatAction extends ConsumeAction {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public EatAction() {
		context = "http://schema.org/";
		type = "EatAction";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy