FilterMode

class FilterMode(filterMode)[source]

Bases: object

A class for the FilterMode enumeration.

Attributes Summary

FILTER_NA

FILTER_TDM

FILTER_TFB

UNDEFINED

Methods Summary

from_int(i)

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

name(filterMode)

Returns the string form of filterMode

names()

Return the list of all known FilterMode enumeration names

newFilterMode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in FilterMode

version()

the major version number as an int.

Attributes Documentation

FILTER_NA = <pyasdm.enumerations.FilterMode.FilterMode object>
FILTER_TDM = <pyasdm.enumerations.FilterMode.FilterMode object>
FILTER_TFB = <pyasdm.enumerations.FilterMode.FilterMode object>
UNDEFINED = <pyasdm.enumerations.FilterMode.FilterMode object>

Methods Documentation

static from_int(i)[source]

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

static name(filterMode)[source]

Returns the string form of filterMode

static names()[source]

Return the list of all known FilterMode enumeration names

static newFilterMode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in FilterMode

static version()[source]

the major version number as an int.