Package Peach :: Package Generators :: Module static
[hide private]

Module static

source code

Default static generators. Includes generic string, binary, and numeric static generators.


Author: Michael Eddington

Version: $Id: Peach.Generators.static-module.html 1138 2008-08-16 19:39:03Z meddingt $

Classes [hide private]
  Static
Contains a static value that never changes.
  _StaticFromTemplate
This Static is for use with Peach 2.0.
  _StaticCurrentValueFromDom
This Static is for use with Peach 2.0.
  StaticBinary
Contains some binary data.
  _Number
Base class for static numerical generators
  Int8
Static 8 bit integer.
  Int16
Static 16 bit integer.
  Int32
Static 32 bit integer.
  Int64
Static 64 bit integer.
  Float
Static 4 bit floating point number.
  Double
Static 8 bit floating point number.