Package pdi :: Module core :: Class TextProperty
[show private | hide private]
[frames | no frames]

Class TextProperty

object --+    
         |    
  Property --+
             |
            TextProperty


A text-type property.
Method Summary
  __init__(self, name, content, value, encoding, type, lineNumber)
(inherited from Property)
a new object with type S, a subtype of T __new__(S, ...)
  __str__(self)
Serializes a property back to raw data. (inherited from Property)
  getContent(self)
Use this to fetch the content. (inherited from Property)
  invalidContent(self, message, content)
Issue warning. (inherited from Property)
  setContent(self, content)
Use this to set the content. (inherited from Property)
boolean validate(self)
Validates the property content. (inherited from Property)

Method Details

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

Generated by Epydoc 1.1 on Sun Nov 24 14:33:25 2002 http://epydoc.sf.net