DbStruct Pile   version 0.0.1
This pile contains classes that can be used to
pile_schema_api.MixedContainer Class Reference

Public Member Functions

def __init__ (self, category, content_type, name, value)
 
def getCategory (self)
 
def getContenttype (self, content_type)
 
def getValue (self)
 
def getName (self)
 
def export
 
def exportSimple (self, outfile, level, name)
 
def to_etree (self, element)
 
def to_etree_simple (self)
 
def exportLiteral (self, outfile, level, name)
 

Public Attributes

 category
 
 content_type
 
 name
 
 value
 

Static Public Attributes

int CategoryNone = 0
 
int CategoryText = 1
 
int CategorySimple = 2
 
int CategoryComplex = 3
 
int TypeNone = 0
 
int TypeText = 1
 
int TypeString = 2
 
int TypeInteger = 3
 
int TypeFloat = 4
 
int TypeDecimal = 5
 
int TypeDouble = 6
 
int TypeBoolean = 7
 
int TypeBase64 = 8
 

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