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

org.schema.FilmAction Maven / Gradle / Ivy

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

/**
 * Schema.org/FilmAction
 * The act of capturing sound and moving images on film, video, or digitally.
 *
 * @author schema.org
 * @class FilmAction
 * @module org.schema
 * @extends CreateAction
 */
public class FilmAction extends CreateAction {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public FilmAction() {
		context = "http://schema.org/";
		type = "FilmAction";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy