CorrelationMode

class CorrelationMode(correlationMode)[source]

Bases: object

A class for the CorrelationMode enumeration.

Attributes Summary

AUTO_ONLY

CROSS_AND_AUTO

CROSS_ONLY

Methods Summary

from_int(i)

Return a CorrelationMode 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 CorrelationMode enumerator value given a string

name(correlationMode)

Returns the string form of correlationMode

names()

Return the list of all known CorrelationMode enumeration names

newCorrelationMode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in CorrelationMode

version()

the major version number as an int.

Attributes Documentation

AUTO_ONLY = <pyasdm.enumerations.CorrelationMode.CorrelationMode object>
CROSS_AND_AUTO = <pyasdm.enumerations.CorrelationMode.CorrelationMode object>
CROSS_ONLY = <pyasdm.enumerations.CorrelationMode.CorrelationMode object>

Methods Documentation

static from_int(i)[source]

Return a CorrelationMode 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 CorrelationMode enumerator value given a string

static name(correlationMode)[source]

Returns the string form of correlationMode

static names()[source]

Return the list of all known CorrelationMode enumeration names

static newCorrelationMode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in CorrelationMode

static version()[source]

the major version number as an int.