Public Member Functions | Data Fields | Static Public Attributes

TcListComponentContainer Class Reference

Inheritance diagram for TcListComponentContainer:
Inheritance graph
[legend]
Collaboration diagram for TcListComponentContainer:
Collaboration graph
[legend]

Public Member Functions

def __init__
def setOccurs
def setProcessContents
def setGlobalType
def setStyleElementDeclaration
def setStyleElementReference
def setStyleAnyElement
def unQualified
def __str__
def __init__
def setOccurs
def setProcessContents
def setGlobalType
def setStyleElementDeclaration
def setStyleElementReference
def setStyleAnyElement
def unQualified
def __str__

Data Fields

 qualified
 name
 klass
 global_type
 min
 max
 nil
 style
 processContents

Static Public Attributes

tuple logger = _GetLogger("TcListComponentContainer")

Detailed Description

Encapsulates a single value in the TClist list.
it inherits TypecodeContainerBase only to get the mangle() method,
it does not call the baseclass ctor.

TODO: Change this inheritance scheme.

Definition at line 1814 of file containers.py.


Constructor & Destructor Documentation

def __init__ (   self,
  qualified = True 
)
qualified -- qualify element.  All GEDs should be qualified,
    but local element declarations qualified if form attribute
    is qualified, else they are unqualified. Only relevant for
    standard style.

Definition at line 1823 of file containers.py.

def __init__ (   self,
  qualified = True 
)
qualified -- qualify element.  All GEDs should be qualified,
    but local element declarations qualified if form attribute
    is qualified, else they are unqualified. Only relevant for
    standard style.

Definition at line 1823 of file containers.py.


Member Function Documentation

def setStyleAnyElement (   self )
set the element style.
    anyElement -- <any> element wildcard

Definition at line 1867 of file containers.py.

def setStyleAnyElement (   self )
set the element style.
    anyElement -- <any> element wildcard

Definition at line 1867 of file containers.py.

def setStyleElementDeclaration (   self )
set the element style.
    standard -- GED or local element

Definition at line 1855 of file containers.py.

def setStyleElementDeclaration (   self )
set the element style.
    standard -- GED or local element

Definition at line 1855 of file containers.py.

def setStyleElementReference (   self )
set the element style.
    ref -- element reference

Definition at line 1861 of file containers.py.

def setStyleElementReference (   self )
set the element style.
    ref -- element reference

Definition at line 1861 of file containers.py.

def unQualified (   self )
Do not qualify element.

Definition at line 1879 of file containers.py.

def unQualified (   self )
Do not qualify element.

Definition at line 1879 of file containers.py.


The documentation for this class was generated from the following files: