X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=metaclass.lisp;h=321a4b0f6eded131ab403ef05cfcf22203bab95d;hb=2e4157c504372b22c5da62c360d01fdb9d876032;hp=f4db4dd1c0e089b337b0fa275beee303e555b861;hpb=d8b0d2a17d5213ab6e9ec500876dce23a05b2c42;p=hyperobject.git diff --git a/metaclass.lisp b/metaclass.lisp index f4db4dd..321a4b0 100644 --- a/metaclass.lisp +++ b/metaclass.lisp @@ -8,10 +8,9 @@ ;;;; Date Started: Apr 2000 ;;;; ;;;; -;;;; $Id: metaclass.lisp,v 1.5 2002/12/13 19:40:50 kevin Exp $ -;;;; -;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg +;;;; $Id: metaclass.lisp,v 1.7 2003/05/14 05:29:48 kevin Exp $ ;;;; +;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* (in-package :hyperobject) @@ -27,7 +26,8 @@ (defparameter *slot-options* '(:value-type :print-formatter :description :user-name :subobject :hyperlink :hyperlink-parameters - :index :inverse :unique :sql-name :null-allowed + :index :inverse :unique :sql-name :null-allowed :stored + :input-filter :unbound-lookup :value-constraint :nil-text) "Slot options that can appear as an initarg") (defparameter *slot-options-no-initarg*