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

Class UnknownProperty

object --+    
         |    
  Property --+
             |
            UnknownProperty


Unknown type. All properties that doesn't specify a VALUE=TYPE are instansiated as this object.
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)
boolean _validate(self, content)
Internal method for validation. (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