Package Modeling :: Module PyModel :: Class AFloat
[show private | hide private]
[frames | no frames]

Class AFloat

BaseDescription --+    
                  |    
          Attribute --+
                      |
                     AFloat


Method Summary
  __init__(self, name, **kw)
    Inherited from Attribute
  build(self, model, entity)
  clone(self)
    Inherited from BaseDescription
  defaultedField(self, field, defaultValue)
  requiredField(self, field)
make test more useful
  toXML(self)
  update(self)

Class Variable Summary
dict defaults = {'scale': 5, 'externalType': 'NUMERIC', 'defa...
    Inherited from BaseDescription
str VERSION = '0.1'

Class Variable Details

defaults

Type:
dict
Value:
{'defaultValue': 0.0,
 'externalType': 'NUMERIC',
 'precision': 15,
 'scale': 5,
 'type': 'float',
 'usedForLocking': 1}                                                  

Generated by Epydoc 2.1 on Sat Mar 4 13:36:23 2006 http://epydoc.sf.net