LibreOffice Module pyuno (master) 1
Public Member Functions | Public Attributes | List of all members
uno.Type Class Reference

Public Member Functions

def __init__ (self, typeName, typeClass)
 
def __repr__ (self)
 
def __eq__ (self, that)
 
def __ne__ (self, other)
 
def __hash__ (self)
 

Public Attributes

 typeName
 
 typeClass
 

Detailed Description

Represents a UNO type.

Use an instance of this class to explicitly pass a type to UNO.

:param typeName: Name of the UNO type
:param typeClass: Python Enum of TypeClass, see com/sun/star/uno/TypeClass.idl

Definition at line 169 of file uno.py.

Constructor & Destructor Documentation

◆ __init__()

def uno.Type.__init__ (   self,
  typeName,
  typeClass 
)

Definition at line 178 of file uno.py.

Member Function Documentation

◆ __eq__()

def uno.Type.__eq__ (   self,
  that 
)

◆ __hash__()

def uno.Type.__hash__ (   self)

◆ __ne__()

def uno.Type.__ne__ (   self,
  other 
)

◆ __repr__()

def uno.Type.__repr__ (   self)

Member Data Documentation

◆ typeClass

uno.Type.typeClass

Definition at line 180 of file uno.py.

Referenced by uno.Type.__eq__(), and uno.Type.__repr__().

◆ typeName

uno.Type.typeName

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