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

org.schema.WearAction Maven / Gradle / Ivy

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

/**
 * Schema.org/WearAction
 * The act of dressing oneself in clothing.
 *
 * @author schema.org
 * @class WearAction
 * @module org.schema
 * @extends UseAction
 */
public class WearAction extends UseAction {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public WearAction() {
		context = "http://schema.org/";
		type = "WearAction";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy