/** * * @class model_type * @extends v2.base * @extends v2.ll.string * @param _str {string} * @memberof v2 */ function model_type(_str) { } model_type.prototype = { /** * @public * @function copy * @memberof v2.model_type * @returns {v2.model_type} */ copy: function () {}, };