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

org.schema.DriveWheelConfigurationValue Maven / Gradle / Ivy

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

/**
 * Schema.org/DriveWheelConfigurationValue
 * A value indicating which roadwheels will receive torque.
 *
 * @author schema.org
 * @class DriveWheelConfigurationValue
 * @module org.schema
 * @extends QualitativeValue
 */
public class DriveWheelConfigurationValue extends QualitativeValue {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public DriveWheelConfigurationValue() {
		context = "http://schema.org/";
		type = "DriveWheelConfigurationValue";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy