qbcompiler.configs.enums.Method Class Reference

qbcompiler.configs.enums.Method Class Reference#

Mobilint SDK qb Compiler: qbcompiler.configs.enums.Method Class Reference
Mobilint SDK qb Compiler v1.1
MCS002-KR
qbcompiler.configs.enums.Method Class Reference
Inheritance diagram for qbcompiler.configs.enums.Method:

Public Member Functions

str __str__ (self)

Static Public Attributes

str DeleteFloat = "DeleteFloat"
str SaveFloat = "SaveFloat"
str MoveFloat = "MoveFloat"
str KeepFloat = "KeepFloat"
str KeepAll = "KeepAll"

Detailed Description

Definition at line 39 of file enums.py.

Member Function Documentation

◆ __str__()

str qbcompiler.configs.enums.Method.__str__ ( self)

Definition at line 46 of file enums.py.

Member Data Documentation

◆ DeleteFloat

str qbcompiler.configs.enums.Method.DeleteFloat = "DeleteFloat"
static

Definition at line 40 of file enums.py.

◆ SaveFloat

str qbcompiler.configs.enums.Method.SaveFloat = "SaveFloat"
static

Definition at line 41 of file enums.py.

◆ MoveFloat

str qbcompiler.configs.enums.Method.MoveFloat = "MoveFloat"
static

Definition at line 42 of file enums.py.

◆ KeepFloat

str qbcompiler.configs.enums.Method.KeepFloat = "KeepFloat"
static

Definition at line 43 of file enums.py.

◆ KeepAll

str qbcompiler.configs.enums.Method.KeepAll = "KeepAll"
static

Definition at line 44 of file enums.py.


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