class documentation

class TriggerPurpose(ACMEIntEnum): (source)

View In Hierarchy

Trigger Purpose.

Class Variable enrolmentRequest Enrolment request.
Class Variable establishConnection Establish connection.
Class Variable executeCRUD Execute CRUD operation.
Class Variable registrationRequest Registration request.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
enrolmentRequest: int = (source)

Enrolment request.

establishConnection: int = (source)

Establish connection.

executeCRUD: int = (source)

Execute CRUD operation.

registrationRequest: int = (source)

Registration request.