* @package taoQTI */ class Reverse extends Attribute { protected static $name = 'reverse'; protected static $type = 'oat\\taoQtiItem\\model\\qti\\datatype\\QtiBoolean'; protected static $defaultValue = null; protected static $required = false; }