Caffa  1.1.0
C++ Application Framework for Embedded Systems with introspection
Classes | Public Member Functions | List of all members
object.Object Class Reference
Inheritance diagram for object.Object:
Inheritance graph
[legend]
Collaboration diagram for object.Object:
Collaboration graph
[legend]

Classes

class  FileNameProperty
 
class  IdProperty
 
class  InheritedDemoObjectsProperty
 
class  KeywordProperty
 
class  UuidProperty
 

Public Member Functions

def __init__ (self, data=None, **kwargs)
 
def GetDemoObject (self)
 
Object SetDemoObject (self, new_value)
 
def GetFileName (self)
 
Object SetFileName (self, new_value)
 
def GetId (self)
 
Object SetId (self, new_value)
 
def GetInheritedDemoObjects (self)
 
Object SetInheritedDemoObjects (self, new_value)
 
def GetKeyword (self)
 
Object SetKeyword (self, new_value)
 
def GetUuid (self)
 
Object SetUuid (self, new_value)
 
dict Serializable (self)
 

Detailed Description

This represents a JSON object.

Constructor & Destructor Documentation

◆ __init__()

def object.Object.__init__ (   self,
  data = None,
**  kwargs 
)
Initialization for the Object object.
It can be initialized with an object, or by passing each
object property as a keyword argument.

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