SchedulerMode

class SchedulerMode(schedulerMode)[source]

Bases: object

A class for the SchedulerMode enumeration.

Attributes Summary

DYNAMIC

INTERACTIVE

MANUAL

QUEUED

Methods Summary

from_int(i)

Return a SchedulerMode from an integration matching an enumeration.

getName()

Return the name of this enumeration.

getValue()

Return the integer value of this enumeration.

literal(name)

Return the SchedulerMode enumerator value given a string

name(schedulerMode)

Returns the string form of schedulerMode

names()

Return the list of all known SchedulerMode enumeration names

newSchedulerMode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in SchedulerMode

version()

the major version number as an int.

Attributes Documentation

DYNAMIC = <pyasdm.enumerations.SchedulerMode.SchedulerMode object>
INTERACTIVE = <pyasdm.enumerations.SchedulerMode.SchedulerMode object>
MANUAL = <pyasdm.enumerations.SchedulerMode.SchedulerMode object>
QUEUED = <pyasdm.enumerations.SchedulerMode.SchedulerMode object>

Methods Documentation

static from_int(i)[source]

Return a SchedulerMode from an integration matching an enumeration.

getName()[source]

Return the name of this enumeration.

getValue()[source]

Return the integer value of this enumeration.

static literal(name)[source]

Return the SchedulerMode enumerator value given a string

static name(schedulerMode)[source]

Returns the string form of schedulerMode

static names()[source]

Return the list of all known SchedulerMode enumeration names

static newSchedulerMode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in SchedulerMode

static version()[source]

the major version number as an int.