Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv17057
Modified Files:
Attribute.py
Log Message:
Updated docstring for validateValue()
Index: Attribute.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Attribute.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Attribute.py 27 May 2003 19:37:28 -0000 1.13
--- Attribute.py 31 May 2003 15:09:46 -0000 1.14
***************
*** 468,472 ****
2. value has the same type than the attribute's one
! 3. (Not implemented yet) if attribute is constrained, the value is part
of the constrained set (repeat: not implemented yet)
--- 468,475 ----
2. value has the same type than the attribute's one
! 3. if self.type() is 'string' and self.width() is set and non-zero, the
! length of 'value' should not exceeded self.width()
!
! 4. (Not implemented yet) if attribute is constrained, the value is part
of the constrained set (repeat: not implemented yet)
|